JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
comment style.less more
authorJason Woofenden <jason@jasonwoof.com>
Tue, 24 Jan 2012 17:33:37 +0000 (12:33 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 24 Jan 2012 17:33:37 +0000 (12:33 -0500)
style.less

index 9caf762..6090928 100644 (file)
@@ -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;