Minor css changes due to haml/sass update.
This commit is contained in:
parent
7d54a416df
commit
1d6a31b9d4
2 changed files with 6 additions and 6 deletions
|
@ -3,6 +3,6 @@
|
|||
#nav ul {
|
||||
margin: 0; }
|
||||
#nav ul li.current a:hover {
|
||||
color: #fff; }
|
||||
color: white; }
|
||||
#nav ul li.current ul {
|
||||
width: 100%; }
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
padding: 0.5em 1.2em 0.6em 1.2em;
|
||||
margin-top: 0; }
|
||||
#nav ul li a:hover {
|
||||
color: #ED0606; }
|
||||
color: #ed0606; }
|
||||
#nav ul li ul {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
@ -36,22 +36,22 @@
|
|||
padding: 0.6em;
|
||||
bottom: -1.4em;
|
||||
right: 0em;
|
||||
background: #ED0606; }
|
||||
background: #ed0606; }
|
||||
#nav ul li ul li {
|
||||
border-left: 0.1em dotted white;
|
||||
background: none; }
|
||||
#nav ul li ul a, #nav ul li ul a:hover {
|
||||
border: none;
|
||||
background: none;
|
||||
color: #FFF;
|
||||
color: white;
|
||||
font-style: normal;
|
||||
font-size: 1em; }
|
||||
#nav ul li.current a {
|
||||
border: none;
|
||||
border-bottom: none;
|
||||
background: #ED0606;
|
||||
background: #ed0606;
|
||||
padding-bottom: 0.6em;
|
||||
color: #FFF; }
|
||||
color: white; }
|
||||
#nav ul li.current ul {
|
||||
display: inline; }
|
||||
#nav ul li.current ul a {
|
||||
|
|
Loading…
Reference in a new issue