From b95e99a173f50dbbca2478338f42165532289db7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 27 Apr 2011 23:00:33 -0700 Subject: Updated documentation; added stacked forms; cleaned up spacing; moved all ids to the section element instead of the page header to fix spacing with bookmarked links; --- less/patterns.less | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'less/patterns.less') diff --git a/less/patterns.less b/less/patterns.less index 490069027..1d597c401 100644 --- a/less/patterns.less +++ b/less/patterns.less @@ -7,10 +7,6 @@ /* Top bar -------------------------------------------------- */ -body { - padding-top: 60px; - background-position: 0 40px; -} div.topbar { #gradient > .vertical(#333, #222); position: fixed; @@ -33,6 +29,7 @@ div.topbar { float: left; padding: 0 10px; line-height: 40px; + text-shadow: 0 -1px 0 rgba(0,0,0,.25); } // Logo a#logo { @@ -41,7 +38,6 @@ div.topbar { color: @gray-light; font-size: 20px; font-weight: 200; - text-shadow: 0 -1px 0 rgba(0,0,0,.25); img { float: left; margin-top: 9px; @@ -56,9 +52,6 @@ div.topbar { margin: 0; li { display: inline; - a { - - } &.active a { color: #fff; background-color: rgba(0,0,0,.5); -- cgit v1.2.3