diff options
| author | Mark Otto <[email protected]> | 2011-09-10 13:18:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 13:18:10 -0700 |
| commit | e5b4a1ced5aef8bd050b48873d3e74fb2dfe799e (patch) | |
| tree | 2cb2500caac4c63b3d37d51259039fd66fb5cca8 /bootstrap-1.3.0.css | |
| parent | c797cb61a6a36459b0c3e7b628e22ad3518350e8 (diff) | |
| download | bootstrap-e5b4a1ced5aef8bd050b48873d3e74fb2dfe799e.tar.xz bootstrap-e5b4a1ced5aef8bd050b48873d3e74fb2dfe799e.zip | |
adding .brand to topbar for alternative to using an h3 for wordmark; spelling mistakes fixed
Diffstat (limited to 'bootstrap-1.3.0.css')
| -rw-r--r-- | bootstrap-1.3.0.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index 9eef0b12a..bf117ca81 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Sep 10 13:04:12 PDT 2011 + * Date: Sat Sep 10 13:17:50 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -1215,10 +1215,10 @@ table .headerSortUp.purple, table .headerSortDown.purple { color: #ffffff; text-decoration: none; } -.topbar h3 { +.topbar .brand, .topbar h3 { position: relative; } -.topbar h3 a { +.topbar .brand a, .topbar h3 a { float: left; display: block; padding: 8px 20px 12px; |
