diff options
author | friendica <info@friendica.com> | 2012-12-08 12:07:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-08 12:07:16 -0800 |
commit | ddedbda9660c35c908c0612c54536664849255cd (patch) | |
tree | 918e56f8e977c9609c5ab376f37ed81a40451f64 | |
parent | 2a39a5feee0c222e25505bfbc06e2a6d52226fb0 (diff) | |
download | volse-hubzilla-ddedbda9660c35c908c0612c54536664849255cd.tar.gz volse-hubzilla-ddedbda9660c35c908c0612c54536664849255cd.tar.bz2 volse-hubzilla-ddedbda9660c35c908c0612c54536664849255cd.zip |
fix nav-menu border colour
-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 fe6992ab3..d040565a7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3599,7 +3599,7 @@ nav .nav-menu { padding: 5px; margin: 3px 15px 0px; font-size: 14px; - border-bottom: 3px solid #5a5a5a; + border-bottom: 3px solid #d00; } nav .nav-menu.selected { border-bottom: 4px solid #CCCCCC; |