aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 20:00:45 -0700
committerMark Otto <[email protected]>2011-09-11 20:00:45 -0700
commit2674210ff06a9ceaaa98263a2cbe2246fcd21111 (patch)
treeb4c62c2548e285e869d0f0489910d111c42a0f68 /bootstrap-1.3.0.css
parent6bc867ed5c20972801226467feb63e85c9dec060 (diff)
downloadbootstrap-2674210ff06a9ceaaa98263a2cbe2246fcd21111.tar.xz
bootstrap-2674210ff06a9ceaaa98263a2cbe2246fcd21111.zip
move the .brand from the parent to the a tag in the topbar; fix the moving text in IE7
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 fc1746408..966ce6d2e 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: Sun Sep 11 18:43:05 PDT 2011
+ * Date: Sun Sep 11 19:59:57 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).
@@ -1304,10 +1304,10 @@ table .headerSortUp.purple, table .headerSortDown.purple {
color: #ffffff;
text-decoration: none;
}
-.topbar .brand, .topbar h3 {
+.topbar h3 {
position: relative;
}
-.topbar .brand a, .topbar h3 a {
+.topbar h3 a, .topbar .brand {
float: left;
display: block;
padding: 8px 20px 12px;