From: Mark Otto Date: Tue, 4 Jun 2013 04:58:58 +0000 (-0700) Subject: fix docs highlighting of grid X-Git-Tag: v3.0.0-rc1~297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567b8b56319994dc0488de629b2dd2447be10115;p=thirdparty%2Fbootstrap.git fix docs highlighting of grid --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 305247251b..6a608b4da8 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; }