1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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 {