fix guides mobile nav issue [ci skip]

This commit is contained in:
Greg Molnar 2014-05-06 22:59:27 +01:00
parent 3fad674591
commit fda729251a
1 changed files with 4 additions and 1 deletions

View File

@ -381,9 +381,12 @@ a, a:link, a:visited {
font: inherit;
padding-left: .75em;
font-size: .95em;
background-position: 96% -65px;
background-position: 96% 16px;
-webkit-appearance: none;
}
.guides-index-small .guides-index-item:hover{
background-position: 96% -65px;
}
}
#guides {