From bdd35789db550989f07f575ba5a98aa06ab10489 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Thu, 20 Feb 2014 20:34:09 -0500 Subject: [PATCH] dat breathing room tho (expand site width slightly more) --- lib/site_template/css/main.css | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/lib/site_template/css/main.css b/lib/site_template/css/main.css index fcc1459c..9d8caca1 100755 --- a/lib/site_template/css/main.css +++ b/lib/site_template/css/main.css @@ -29,7 +29,7 @@ a:visited { color: #205caa; } .wrap:after { content:""; display:table; } .wrap:after { clear: both; } .wrap { - max-width: 750px; + max-width: 800px; padding: 0 30px; margin: 0 auto; zoom: 1; @@ -90,9 +90,29 @@ a:visited { color: #205caa; } .site-footer .column { float: left; margin-bottom: 15px; } -.footer-col-1 { width: 250px; margin-right: 10px } -.footer-col-2 { width: 215px; margin-right: 10px } -.footer-col-3 { width: 265px; } +.footer-col-1 { + width: 270px; /*fallback*/ + width: -webkit-calc(35% - 10px); + width: -moz-calc(35% - 10px); + width: -o-calc(35% - 10px); + width: calc(35% - 10px); + margin-right: 10px +} +.footer-col-2 { + width: 175px; /*fallback*/ + width: -webkit-calc(23.125% - 10px); + width: -moz-calc(23.125% - 10px); + width: -o-calc(23.125% - 10px); + width: calc(23.125% - 10px); + margin-right: 10px +} +.footer-col-3 { + width: 335px; /*fallback*/ + width: -webkit-calc(41.875%); + width: -moz-calc(41.875%); + width: -o-calc(41.875%); + width: calc(41.875%); +} .site-footer ul { list-style: none; }