mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
grid docs changes
This commit is contained in:
parent
0b122bc5c5
commit
cb46ddee72
@ -336,9 +336,6 @@ hr.soften {
|
|||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
.show-grid:hover [class*="span"] {
|
|
||||||
background: #ddd;
|
|
||||||
}
|
|
||||||
.show-grid .show-grid {
|
.show-grid .show-grid {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -347,6 +344,15 @@ hr.soften {
|
|||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-grid [class*="span"]:nth-child(even) {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.show-grid [class*="span"]:hover {
|
||||||
|
background-color: #333;
|
||||||
|
color: #fff;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Mini layout previews
|
/* Mini layout previews
|
||||||
|
Loading…
x
Reference in New Issue
Block a user