1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00

fix docs highlighting of grid

This commit is contained in:
Mark Otto 2013-06-03 21:58:58 -07:00
parent 245ebda651
commit 567b8b5631

View File

@ -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;
}