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-767px-max.less
parent08eea302ef05195e47cb32af85adcb1a735a6263 (diff)
thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup
Diffstat (limited to 'less/responsive-767px-max.less')
-rw-r--r--less/responsive-767px-max.less17
1 files changed, 2 insertions, 15 deletions
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index ebac6edd23..95e446088d 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -43,15 +43,10 @@
.container {
width: auto;
}
- // Undo negative margin on rows and thumbnails
- .row,
- .thumbnails {
+ // Undo negative margin on rows
+ .row {
margin-left: 0;
}
- .thumbnails > li {
- float: none;
- 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"],
// Makes uneditable inputs full-width when using grid sizing
@@ -60,20 +55,12 @@
display: block;
width: 100%;
margin-left: 0;
- .box-sizing(border-box);
- }
- .span12 {
- width: 100%;
- .box-sizing(border-box);
}
// FORM FIELDS
// -----------
// Make span* classes full width
- .input-large,
- .input-xlarge,
- .input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],