From: Jason Woofenden Date: Tue, 24 Jan 2012 17:33:37 +0000 (-0500) Subject: comment style.less more X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=a4cc9309493c5df98d7775c9019bd32978fe311b comment style.less more --- diff --git a/style.less b/style.less index 9caf762..6090928 100644 --- a/style.less +++ b/style.less @@ -1,12 +1,12 @@ // dimensions -@site-width: 940px; -@nav-width: 200px; -@site-gutter-width: 18px; +@site-width: 940px; // inside the shadow +@nav-width: 200px; // inner +@site-gutter-width: 18px; // padding around nav and main columns @site-main-body-width: @site-width - 2*@site-gutter-width - @nav-width; // colors @site-header-color: #ddf; -@nav-color: #dff; +@nav-color: #dff; // if different than site-body-color: make sure content is taller than nav @site-body-color: #fff; @site-window-color: #eee; @site-footer-color: #ddf;