diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-31 13:59:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-31 13:59:28 +0200 |
commit | 614366e499eb5735673ebceb6814440f66968826 (patch) | |
tree | 47fbf4cb94ab46529273939ebd8c9dc3b5c028a8 /view/css | |
parent | dc55c710da8b52c9a8e60663ad00aae28bbc8c6b (diff) | |
download | volse-hubzilla-614366e499eb5735673ebceb6814440f66968826.tar.gz volse-hubzilla-614366e499eb5735673ebceb6814440f66968826.tar.bz2 volse-hubzilla-614366e499eb5735673ebceb6814440f66968826.zip |
css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index c6eea1f41..6cd61ae6f 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -143,18 +143,14 @@ li:hover .group-edit-icon { bottom: 0px; left: 0px; width: 100%; - padding: 15px; - color: #fff; - font-weight: bold; - text-shadow: 1px 1px 3px rgba(0,0,0,.7); -} - -.cover-photo-title { - font-size: 30px; + padding: 1rem; } -.cover-photo-subtitle { - font-size: 20px; +#cover-photo-caption h1, +#cover-photo-caption h3 { + color: #fff; + font-weight: bold; + text-shadow: 1px 1px 3px rgba(0,0,0,0.5); } a.wikilist { |