From: Justin J. Novack Date: Sun, 7 Oct 2012 04:33:51 +0000 (-0400) Subject: Provide optional widescreen.css to standardize look and feel for widths over 1200px X-Git-Tag: v0.4.0~112 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/dabe2efade2c803eee7108e7890cb7d64ce77e94 Provide optional widescreen.css to standardize look and feel for widths over 1200px --- 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; + } +}