aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-17 11:01:38 -0800
committerzotlabs <mike@macgirvin.com>2016-11-17 11:01:38 -0800
commit5a71984b38bbf0a0dd4b047d923b296fe03493f3 (patch)
tree7a0b711901cb49f3a7ed4250e4f22dbf66fb4c34 /view/theme/redbasic
parent1274889931925389add1fd52d07d90eb03a70b62 (diff)
parented7e7158122dd1d9740afa51bdfef3aac788d401 (diff)
downloadvolse-hubzilla-5a71984b38bbf0a0dd4b047d923b296fe03493f3.tar.gz
volse-hubzilla-5a71984b38bbf0a0dd4b047d923b296fe03493f3.tar.bz2
volse-hubzilla-5a71984b38bbf0a0dd4b047d923b296fe03493f3.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a7ce3af38..f71fe8ea8 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2025,11 +2025,17 @@ dl.bb-dl > dd > li {
}
.embed-photo-selected-photo {
- border-color: blue;
- border-style: solid;
- border-width: 5px;
+ border-color: blue;
+ border-style: solid;
+ border-width: 5px;
}
#wiki-preview img {
- max-width: 100%;
+ max-width: 100%;
+}
+
+.sub-menu {
+ margin-top: 10px;
+ padding-left: 15px;
+ border-left: 3px solid #ccc;
}