aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap-responsive.css1
-rw-r--r--less/responsive-767px-max.less2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index f4a0e81f8..daafa9180 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -808,6 +808,7 @@
}
.thumbnails > li {
float: none;
+ margin-left: 0;
}
[class*="span"],
.row-fluid [class*="span"] {
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 23a6ce86b..b2e3da25c 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -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"],