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

grid docs changes

This commit is contained in:
Mark Otto 2012-08-28 13:46:13 -07:00
parent 0b122bc5c5
commit cb46ddee72

View File

@ -336,9 +336,6 @@ hr.soften {
min-height: 40px;
line-height: 40px;
}
.show-grid:hover [class*="span"] {
background: #ddd;
}
.show-grid .show-grid {
margin-top: 0;
margin-bottom: 0;
@ -347,6 +344,15 @@ hr.soften {
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