X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=3d32093790610ecd2066a8a7e52880a335cbe1d7;hb=04a7c00830ce59943da1200a82fd385008f24038;hp=0545b5f826e1718ed6644aedafc98084658c14a3;hpb=0defdb39c2df636ce2cf2e17d2882042097dc4f1;p=wfpl-cms.git diff --git a/style.less b/style.less index 0545b5f..3d32093 100644 --- a/style.less +++ b/style.less @@ -46,23 +46,35 @@ nav { width: @nav-width - 2*@nav-padding; padding: @nav-padding; background: @nav-color; - a { - display: block; + h3 { + span { + color: @nav-color; + } + } + h3.current { + span { + color: inherit; + } + a { + text-decoration: none; + } } } #main-body { float: left; width: @site-main-body-width; - padding: @site-gutter-width @site-gutter-width @site-gutter-width @site-gutter-width; + padding: @site-gutter-width @site-gutter-width 3*@site-gutter-width @site-gutter-width; background: @site-body-color; } footer { clear: both; - width: @site-width; - height: 50px; + width: @site-width - 2*@site-gutter-width; + padding: @site-gutter-width; + text-align: center; background: @site-footer-color; + font-size: 80%; } #wfpl_messages {