aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-24 06:45:21 -0700
committerMark Otto <[email protected]>2012-04-24 06:45:21 -0700
commit5be84ad0b7156edcd53d4c1ef81ad0f8cf0cbe4b (patch)
tree589e6975e89e4446b7b64c8773e11377528e991a /docs/assets/css
parentf9744ff52207617ec4610809603f34d7eba1d077 (diff)
downloadbootstrap-5be84ad0b7156edcd53d4c1ef81ad0f8cf0cbe4b.tar.xz
bootstrap-5be84ad0b7156edcd53d4c1ef81ad0f8cf0cbe4b.zip
restore margins on thumbnails, add comments about it's changes and how responsive affects it
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css3
-rw-r--r--docs/assets/css/bootstrap.css3
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 4f6eb75ba..7f669d573 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -671,6 +671,9 @@
.thumbnails {
margin-left: -30px;
}
+ .thumbnails > li {
+ margin-left: 30px;
+ }
.row-fluid .thumbnails {
margin-left: 0;
}
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 863e5230c..f13cad826 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2549,7 +2549,7 @@ table .span24 {
button.close {
padding: 0;
cursor: pointer;
- background-color: transparent;
+ background: transparent;
border: 0;
-webkit-appearance: none;
}
@@ -4449,6 +4449,7 @@ input[type="submit"].btn.btn-mini {
.thumbnails > li {
float: left;
margin-bottom: 18px;
+ margin-left: 20px;
}
.thumbnail {