diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-17 14:17:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-17 14:17:26 +0100 |
commit | 0b0e0f8f43fc199e0b45a15cc2bc1bd228b58ba9 (patch) | |
tree | 3e626a4f7506ae8ae81e872e31f862d5e8d048d6 /view/theme/redbasic | |
parent | a444c860a466e06d95a591dc6946229fe8f39753 (diff) | |
download | volse-hubzilla-0b0e0f8f43fc199e0b45a15cc2bc1bd228b58ba9.tar.gz volse-hubzilla-0b0e0f8f43fc199e0b45a15cc2bc1bd228b58ba9.tar.bz2 volse-hubzilla-0b0e0f8f43fc199e0b45a15cc2bc1bd228b58ba9.zip |
wiki list fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
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; } |