Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-09-26 09:40:48 +0400
committerMark Otto <markotto@twitter.com>2012-09-26 09:40:48 +0400
commitf12946be5a8e8529f64606ca73fe06e48f9fd583 (patch)
tree3fcab801f48b1bd05e277ca6db852e954ab0f130 /less/responsive-1200px-min.less
parent08eea302ef05195e47cb32af85adcb1a735a6263 (diff)
thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup
Diffstat (limited to 'less/responsive-1200px-min.less')
-rw-r--r--less/responsive-1200px-min.less8
1 files changed, 0 insertions, 8 deletions
diff --git a/less/responsive-1200px-min.less b/less/responsive-1200px-min.less
index e8dcb73dcc..d028ef7243 100644
--- a/less/responsive-1200px-min.less
+++ b/less/responsive-1200px-min.less
@@ -16,12 +16,4 @@
#grid > .core(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
#grid > .input(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
- // Thumbnails
- .thumbnails {
- margin-left: -@gridGutterWidth1200;
- }
- .thumbnails > li {
- margin-left: @gridGutterWidth1200;
- }
-
}