aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-10 13:18:10 -0700
committerMark Otto <[email protected]>2011-09-10 13:18:10 -0700
commite5b4a1ced5aef8bd050b48873d3e74fb2dfe799e (patch)
tree2cb2500caac4c63b3d37d51259039fd66fb5cca8 /bootstrap-1.3.0.css
parentc797cb61a6a36459b0c3e7b628e22ad3518350e8 (diff)
downloadbootstrap-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.css6
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;