2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

adding link support to regular text in the topbar

This commit is contained in:
Mark Otto
2011-09-02 23:09:59 -07:00
parent 4dbd2334bd
commit 168551cd4f
4 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -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;