From a4cc9309493c5df98d7775c9019bd32978fe311b Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 24 Jan 2012 12:33:37 -0500 Subject: [PATCH] comment style.less more --- style.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 1.7.10.4