mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
run make and add comment
This commit is contained in:
parent
ed13ec50f8
commit
78cb09b440
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 New Issue
Block a user