mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix docs highlighting of grid
This commit is contained in:
parent
245ebda651
commit
567b8b5631
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue