Provide optional widescreen.css to standardize look and feel for widths over 1200px
authorJustin J. Novack <jnovack@gmail.com>
Sun, 7 Oct 2012 04:33:51 +0000 (00:33 -0400)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 24 Oct 2012 13:00:46 +0000 (15:00 +0200)
www/css/widescreen.css [new file with mode: 0644]

diff --git a/www/css/widescreen.css b/www/css/widescreen.css
new file mode 100644 (file)
index 0000000..6b3e5fd
--- /dev/null
@@ -0,0 +1,19 @@
+@media (min-width: 1200px) {
+    .span12, .container {
+        width: 1170px;
+    }
+    .navbar .container {
+        width: 1170px;
+    }
+}
+@media (min-width: 1400px) {
+    .span12, .container {
+        width: 1370px;
+    }
+    .navbar .container {
+        width: 1370px;
+    }
+    .span9 {
+        width: 1070px;
+    }
+}