diff options
| author | Mark Otto <[email protected]> | 2011-09-13 14:47:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-13 14:47:18 -0700 |
| commit | 2af3eb6ce28056ed76e6a2a96056e54e003968d7 (patch) | |
| tree | dbd455d745b93d8c32d92800dfdc5d09fa1af852 /bootstrap-1.3.0.min.css | |
| parent | 121b62d54e6adb5836a1e09834056cf193407bbe (diff) | |
| download | bootstrap-2af3eb6ce28056ed76e6a2a96056e54e003968d7.tar.xz bootstrap-2af3eb6ce28056ed76e6a2a96056e54e003968d7.zip | |
fix tab-content and pre funkiness, convert p in tab content to div
Diffstat (limited to 'bootstrap-1.3.0.min.css')
| -rw-r--r-- | bootstrap-1.3.0.min.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-1.3.0.min.css b/bootstrap-1.3.0.min.css index 7efe6ea62..69689a47c 100644 --- a/bootstrap-1.3.0.min.css +++ b/bootstrap-1.3.0.min.css @@ -245,6 +245,7 @@ a.menu:after,.dropdown-toggle:after{width:0;height:0;display:inline-block;conten .tabs a.menu:after,.tabs .dropdown-toggle:after{border-top-color:#999;margin-top:15px;margin-left:5px;} .tabs li.open.menu .menu,.tabs .open.dropdown .dropdown-toggle{border-color:#999;} .tabs li.open a.menu:after,.tabs .dropdown.open .dropdown-toggle:after{border-top-color:#555;} +.tab-content{clear:both;} .pills a{margin:5px 3px 5px 0;padding:0 15px;text-shadow:0 1px 1px #ffffff;line-height:30px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}.pills a:hover{background:#00438a;color:#ffffff;text-decoration:none;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);} .pills .active a{background:#0069d6;color:#ffffff;text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);} .tab-content>*,.pill-content>*{display:none;} |
