aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.2.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 23:09:59 -0700
committerMark Otto <[email protected]>2011-09-02 23:09:59 -0700
commit168551cd4f2139bbd050864c4231baa7e7b796dc (patch)
tree14c54a2c3409fb32cba61598a68a054e460d8889 /bootstrap-1.2.0.css
parent4dbd2334bd8156b7621e11c19a411db1308821d8 (diff)
downloadbootstrap-168551cd4f2139bbd050864c4231baa7e7b796dc.tar.xz
bootstrap-168551cd4f2139bbd050864c4231baa7e7b796dc.zip
adding link support to regular text in the topbar
Diffstat (limited to 'bootstrap-1.2.0.css')
-rw-r--r--bootstrap-1.2.0.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap-1.2.0.css b/bootstrap-1.2.0.css
index a4f671ebf..1280c5148 100644
--- a/bootstrap-1.2.0.css
+++ b/bootstrap-1.2.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: Fri Sep 2 22:56:14 PDT 2011
+ * Date: Fri Sep 2 23:08:36 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).
@@ -1169,6 +1169,9 @@ table .headerSortUp.purple, table .headerSortDown.purple {
margin: 0;
line-height: 40px;
}
+.topbar p a:hover {
+ background-color: transparent;
+}
.topbar form {
float: left;
margin: 5px 0 0 0;