diff options
author | friendica <info@friendica.com> | 2014-06-16 01:32:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-16 01:32:23 -0700 |
commit | 02825f597fba4fddd6783aa4dd1037f20e41aafe (patch) | |
tree | e4ba761a8b6df5599f4778e4108a9eedabc8dbba /view/theme/redbasic | |
parent | 38e0bb45309981441017085f02d3709f5a6ee639 (diff) | |
download | volse-hubzilla-02825f597fba4fddd6783aa4dd1037f20e41aafe.tar.gz volse-hubzilla-02825f597fba4fddd6783aa4dd1037f20e41aafe.tar.bz2 volse-hubzilla-02825f597fba4fddd6783aa4dd1037f20e41aafe.zip |
remove overflow property on banner
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 80f6e9791..5e7d87df5 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -174,7 +174,7 @@ nav #banner #logo-text a { nav #banner #logo-text a:hover { text-decoration: none; } header #banner { - overflow: hidden; +/* overflow: hidden; */ text-align: center; font-size: 14px; font-family: tahoma, "Lucida Sans", sans; |