diff options
| author | Mark Otto <[email protected]> | 2011-04-27 23:00:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-04-27 23:00:33 -0700 |
| commit | b95e99a173f50dbbca2478338f42165532289db7 (patch) | |
| tree | 284cfa64dbf53058d07b8bbb3be79f826f12a06d /less/patterns.less | |
| parent | b9d6acf766728b0bf28fe4d7644a80651f9b0e1c (diff) | |
| download | bootstrap-b95e99a173f50dbbca2478338f42165532289db7.tar.xz bootstrap-b95e99a173f50dbbca2478338f42165532289db7.zip | |
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;
Diffstat (limited to 'less/patterns.less')
| -rw-r--r-- | less/patterns.less | 9 |
1 files changed, 1 insertions, 8 deletions
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); |
