diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-02 12:31:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-02 12:31:25 +0100 |
commit | c97cc1487cbcac2c4fbc4d9e931a82df109af2e6 (patch) | |
tree | 8ec230a5becf307adebbafc95a6551f98b643f1b /view/theme/redbasic/css | |
parent | 7808689198601780041e022bf0698e559869f305 (diff) | |
download | volse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.tar.gz volse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.tar.bz2 volse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.zip |
a simple cover-photo implementation for redbasic default template
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2cf311baa..f365bec1a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -174,6 +174,7 @@ header #banner { z-index: 1040; margin-top: 14px; text-align: center; + text-shadow: 1px 1px 2px rgba(0,0,0,.5); font-size: 14px; font-family: tahoma, "Lucida Sans", sans; color: $banner_colour; |