mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
run make and add comment
This commit is contained in:
parent
ed13ec50f8
commit
78cb09b440
2 changed files with 2 additions and 1 deletions
1
docs/assets/css/bootstrap-responsive.css
vendored
1
docs/assets/css/bootstrap-responsive.css
vendored
|
@ -808,6 +808,7 @@
|
|||
}
|
||||
.thumbnails > li {
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
[class*="span"],
|
||||
.row-fluid [class*="span"] {
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue