aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/css/widescreen.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/css/widescreen.css b/www/css/widescreen.css
new file mode 100644
index 0000000..6b3e5fd
--- /dev/null
+++ b/www/css/widescreen.css
@@ -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;
+ }
+}