run make and add comment

This commit is contained in:
Mark Otto 2012-08-20 11:31:24 -07:00
parent ed13ec50f8
commit 78cb09b440
2 changed files with 2 additions and 1 deletions

View File

@ -808,6 +808,7 @@
}
.thumbnails > li {
float: none;
margin-left: 0;
}
[class*="span"],
.row-fluid [class*="span"] {

View File

@ -53,7 +53,7 @@
}
.thumbnails > li {
float: none;
margin-left: 0;
margin-left: 0; // Reset the default margin for all li elements when no .span* classes are present
}
// Make all grid-sized elements block level again
[class*="span"],