diff options
| author | Mark Otto <[email protected]> | 2013-06-03 21:58:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-03 21:58:58 -0700 |
| commit | 567b8b56319994dc0488de629b2dd2447be10115 (patch) | |
| tree | 5742569b46db11401eaa5935850a164c0cf7536f /docs | |
| parent | 245ebda651fcdbc9687c1a436e8bbe3916354da6 (diff) | |
| download | bootstrap-567b8b56319994dc0488de629b2dd2447be10115.tar.xz bootstrap-567b8b56319994dc0488de629b2dd2447be10115.zip | |
fix docs highlighting of grid
Diffstat (limited to 'docs')
| -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 305247251..6a608b4da 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -246,13 +246,13 @@ body { .show-grid { margin-bottom: 15px; } -.show-grid .col { +.show-grid [class^="col-"] { padding-top: 10px; padding-bottom: 10px; background-color: #eee; border: 1px solid #ddd; } -.show-grid .col:hover { +.show-grid [class^="col-"]:hover { background-color: #ddd; } |
