aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-20 11:31:24 -0700
committerMark Otto <[email protected]>2012-08-20 11:31:24 -0700
commit78cb09b440c8a49d988aecaf2adfec042c43351d (patch)
tree7c25213ca9ca386061080981afca70cbfbd72731
parented13ec50f84f78a27b994fef73e9e4acaafecb19 (diff)
downloadbootstrap-78cb09b440c8a49d988aecaf2adfec042c43351d.tar.xz
bootstrap-78cb09b440c8a49d988aecaf2adfec042c43351d.zip
run make and add comment
-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"],