X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;fp=style.less;h=6090928ef848ad3f4578f62356953a92864cd2a6;hb=a4cc9309493c5df98d7775c9019bd32978fe311b;hp=9caf7626fd4322567bb70ba29ce6e61cfb68df5e;hpb=facbee3229f3cb534bd63c2fc10d09dd419c5c33;p=wfpl-cms.git 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;