2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Back to two grid classes, .col and .col-lg-*

This commit is contained in:
Mark Otto
2013-04-26 23:59:51 -07:00
parent 8ae9c6ab34
commit efd3b0c171
5 changed files with 240 additions and 235 deletions
+2 -2
View File
@@ -124,13 +124,13 @@ section > ul li {
.show-grid {
margin-bottom: 15px;
}
.show-grid [class*="col-span-"] {
.show-grid .col {
padding-top: 10px;
padding-bottom: 10px;
background-color: #eee;
border: 1px solid #ddd;
}
.show-grid [class*="col-span-"]:hover {
.show-grid .col:hover {
background-color: #ddd;
}