From dabe2efade2c803eee7108e7890cb7d64ce77e94 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Sun, 7 Oct 2012 00:33:51 -0400 Subject: Provide optional widescreen.css to standardize look and feel for widths over 1200px --- www/css/widescreen.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www/css/widescreen.css (limited to 'www') 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; + } +} -- cgit v1.2.3