diff options
author | friendica <info@friendica.com> | 2013-01-03 17:36:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-03 17:36:03 -0800 |
commit | b00132339018efe95902900cbe0dabe5e2bbad0e (patch) | |
tree | cd29918ea0211b499dee43c12d2126a3a03dcc7b /view/theme | |
parent | 9a8dec548010c0d1b5b18112dc7bbba79a247852 (diff) | |
download | volse-hubzilla-b00132339018efe95902900cbe0dabe5e2bbad0e.tar.gz volse-hubzilla-b00132339018efe95902900cbe0dabe5e2bbad0e.tar.bz2 volse-hubzilla-b00132339018efe95902900cbe0dabe5e2bbad0e.zip |
make the menu consistent and eliminate redundancy - though we need icons for mail and events (sorry Thomas if this breaks your themes in a bad way, but at least the menus make sense now).
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index de51da983..0b3d35f24 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -214,7 +214,7 @@ header #banner #logo-text { -.nav-commlink, .nav-login-link { +.nav-commlink { display: block; height: 15px; margin-top: 67px; @@ -3618,6 +3618,7 @@ nav .nav-notify.show { display: block; } nav #nav-help-link, +nav #nav-login-link, nav #nav-search-link, nav #nav-directory-link, nav #nav-apps-link, |