aboutsummaryrefslogtreecommitdiffstats
path: root/guides/assets
diff options
context:
space:
mode:
authorGreg Molnar <molnargerg@gmail.com>2014-05-06 22:59:27 +0100
committerGreg Molnar <molnargerg@gmail.com>2014-05-06 22:59:27 +0100
commitfda729251aa7ed87db0caf6e0d02125d1c1ab018 (patch)
treed17720282e25b365dd774fda0a182c97b0be4fff /guides/assets
parent3fad674591f72eb2d4e18c651e23f09804fe2d1a (diff)
downloadrails-fda729251aa7ed87db0caf6e0d02125d1c1ab018.tar.gz
rails-fda729251aa7ed87db0caf6e0d02125d1c1ab018.tar.bz2
rails-fda729251aa7ed87db0caf6e0d02125d1c1ab018.zip
fix guides mobile nav issue [ci skip]
Diffstat (limited to 'guides/assets')
-rw-r--r--guides/assets/stylesheets/main.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/guides/assets/stylesheets/main.css b/guides/assets/stylesheets/main.css
index 898f9ff05b..318a1ef1c7 100644
--- a/guides/assets/stylesheets/main.css
+++ b/guides/assets/stylesheets/main.css
@@ -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 {