Puts width in right place

Props @corvannoorloos
This commit is contained in:
Tammie Lister 2014-08-13 14:34:19 +01:00
parent 47267e9fd5
commit 4bba66e25e
1 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,10 @@
}
}
a {
width: 200px;
}
:hover > a {
}
@ -35,9 +39,6 @@
}
}
a {
width: 200px;
}
li:hover > ul {
left: auto;
}