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-03-23 08:54:54 +0400
committerMark Otto <markotto@twitter.com>2012-03-23 08:54:54 +0400
commit20da2c8ea08da9d15b72844f54bb91c9cba8b28e (patch)
treede117cea9815ad5f1ced4e13e1c34f003046f4b4 /less/responsive-768px-979px.less
parentab068f6fda525236220af6e1bf879a677ed6bfc0 (diff)
add the broken out responsive files
Diffstat (limited to 'less/responsive-768px-979px.less')
-rw-r--r--less/responsive-768px-979px.less15
1 files changed, 15 insertions, 0 deletions
diff --git a/less/responsive-768px-979px.less b/less/responsive-768px-979px.less
new file mode 100644
index 0000000000..10dda4b02c
--- /dev/null
+++ b/less/responsive-768px-979px.less
@@ -0,0 +1,15 @@
+// PORTRAIT TABLET TO DEFAULT DESKTOP
+// ----------------------------------
+
+@media (min-width: 768px) and (max-width: 979px) {
+
+ // Fixed grid
+ #grid > .core(42px, 20px);
+
+ // Fluid grid
+ #grid > .fluid(5.801104972%, 2.762430939%);
+
+ // Input grid
+ #grid > .input(42px, 20px);
+
+}