Minor css changes due to haml/sass update.

This commit is contained in:
benni 2012-06-24 11:02:35 +02:00
parent 7d54a416df
commit 1d6a31b9d4
2 changed files with 6 additions and 6 deletions

View File

@ -3,6 +3,6 @@
#nav ul { #nav ul {
margin: 0; } margin: 0; }
#nav ul li.current a:hover { #nav ul li.current a:hover {
color: #fff; } color: white; }
#nav ul li.current ul { #nav ul li.current ul {
width: 100%; } width: 100%; }

View File

@ -27,7 +27,7 @@
padding: 0.5em 1.2em 0.6em 1.2em; padding: 0.5em 1.2em 0.6em 1.2em;
margin-top: 0; } margin-top: 0; }
#nav ul li a:hover { #nav ul li a:hover {
color: #ED0606; } color: #ed0606; }
#nav ul li ul { #nav ul li ul {
display: none; display: none;
position: absolute; position: absolute;
@ -36,22 +36,22 @@
padding: 0.6em; padding: 0.6em;
bottom: -1.4em; bottom: -1.4em;
right: 0em; right: 0em;
background: #ED0606; } background: #ed0606; }
#nav ul li ul li { #nav ul li ul li {
border-left: 0.1em dotted white; border-left: 0.1em dotted white;
background: none; } background: none; }
#nav ul li ul a, #nav ul li ul a:hover { #nav ul li ul a, #nav ul li ul a:hover {
border: none; border: none;
background: none; background: none;
color: #FFF; color: white;
font-style: normal; font-style: normal;
font-size: 1em; } font-size: 1em; }
#nav ul li.current a { #nav ul li.current a {
border: none; border: none;
border-bottom: none; border-bottom: none;
background: #ED0606; background: #ed0606;
padding-bottom: 0.6em; padding-bottom: 0.6em;
color: #FFF; } color: white; }
#nav ul li.current ul { #nav ul li.current ul {
display: inline; } display: inline; }
#nav ul li.current ul a { #nav ul li.current ul a {