Mercurial > hg > rr-repo
comparison sites/all/modules/quicktabs/css/quicktabs.css @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:67ce89da90df | 2:b74b41bb73f0 |
---|---|
1 .quicktabs-hide { | |
2 display: none; | |
3 } | |
4 | |
5 ul.quicktabs-tabs { | |
6 margin-top: 0; | |
7 } | |
8 ul.quicktabs-tabs li { | |
9 display: inline; | |
10 background: none; | |
11 list-style-type: none; | |
12 padding: 2px; | |
13 white-space: nowrap; | |
14 } | |
15 ul.quicktabs-tabs li a:focus { | |
16 outline: none; | |
17 } |