diff options
| author | Mark Otto <[email protected]> | 2011-09-02 23:09:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 23:09:59 -0700 |
| commit | 168551cd4f2139bbd050864c4231baa7e7b796dc (patch) | |
| tree | 14c54a2c3409fb32cba61598a68a054e460d8889 /lib | |
| parent | 4dbd2334bd8156b7621e11c19a411db1308821d8 (diff) | |
| download | bootstrap-168551cd4f2139bbd050864c4231baa7e7b796dc.tar.xz bootstrap-168551cd4f2139bbd050864c4231baa7e7b796dc.zip | |
adding link support to regular text in the topbar
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index eccda9359..72ca3b559 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -50,6 +50,9 @@ p { margin: 0; line-height: 40px; + a:hover { + background-color: transparent; + } } // Search Form |
