diff options
| author | Mark Otto <[email protected]> | 2013-01-30 18:16:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-30 18:16:14 -0800 |
| commit | 3cc65cb86c10a6534935f3945090a33b4e87105e (patch) | |
| tree | 53944c333ffc26ccfcca995c403c65e2c177cb54 /docs/assets/css/docs.css | |
| parent | dd4ce35ddc262f0b70a4851009317f153fbf6057 (diff) | |
| download | bootstrap-3cc65cb86c10a6534935f3945090a33b4e87105e.tar.xz bootstrap-3cc65cb86c10a6534935f3945090a33b4e87105e.zip | |
clear up show-grid stuff
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 114241404..af6554092 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -339,8 +339,8 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) { min-height: 40px; line-height: 40px; } -.show-grid:hover [class*="span"] { - background: #ddd; +.show-grid [class*="span"]:hover { + background-color: #ddd; } .show-grid .show-grid { margin-top: 0; |
