diff options
author | friendica <info@friendica.com> | 2012-10-27 03:40:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-27 03:40:31 -0700 |
commit | fb8b44f1b2c7cefecf540ff1224a529be2694a6a (patch) | |
tree | 68988188aeb468c180b50700dc97a4443060e8f4 /view/theme/duepuntozero | |
parent | d7079ce5dde081e47bc3982bb3c1cf39477c877f (diff) | |
download | volse-hubzilla-fb8b44f1b2c7cefecf540ff1224a529be2694a6a.tar.gz volse-hubzilla-fb8b44f1b2c7cefecf540ff1224a529be2694a6a.tar.bz2 volse-hubzilla-fb8b44f1b2c7cefecf540ff1224a529be2694a6a.zip |
theming adjustments
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index 3a78a9ddc..ea64ed4e7 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -2525,7 +2525,7 @@ aside input[type='text'] { #nav-searchbar { float: right; - margin-top: 3px; + margin-top: 4px; } #nav-search-text:hover { @@ -3537,7 +3537,7 @@ nav .nav-menu { border-bottom: 3px solid #888888; } nav .nav-menu.selected { - border-bottom: 4px solid #000000; + border-bottom: 4px solid #CCCCCC; } nav .nav-notify { display: none; |