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-08-29 00:33:06 +0400
committerMark Otto <markotto@twitter.com>2012-08-29 00:33:06 +0400
commit0b122bc5c526724992036a8e286079188ade3b10 (patch)
treefc639433a295ffa0962488ca7f4c49dfeebbf326 /less/responsive-768px-979px.less
parente27b1355b58331eeb24915bee3e1c9dde4977f17 (diff)
remake the box-size grid, nuke fluid grid docs, fix up examples, clean up form styles
Diffstat (limited to 'less/responsive-768px-979px.less')
-rw-r--r--less/responsive-768px-979px.less10
1 files changed, 1 insertions, 9 deletions
diff --git a/less/responsive-768px-979px.less b/less/responsive-768px-979px.less
index 8e8c486a06..09636ccdb0 100644
--- a/less/responsive-768px-979px.less
+++ b/less/responsive-768px-979px.less
@@ -6,14 +6,6 @@
@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
- #grid > .core(@gridColumnWidth768, @gridGutterWidth768);
-
- // Fluid grid
- #grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);
-
- // Input grid
- #grid > .input(@gridColumnWidth768, @gridGutterWidth768);
-
- // No need to reset .thumbnails here since it's the same @gridGutterWidth
+ #grid > .core(@gridColumnWidth768, @gridGutterWidth768, @gridRowWidth768);
}