aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.3.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-13 14:47:18 -0700
committerMark Otto <[email protected]>2011-09-13 14:47:18 -0700
commit2af3eb6ce28056ed76e6a2a96056e54e003968d7 (patch)
treedbd455d745b93d8c32d92800dfdc5d09fa1af852 /bootstrap-1.3.0.css
parent121b62d54e6adb5836a1e09834056cf193407bbe (diff)
downloadbootstrap-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.css')
-rw-r--r--bootstrap-1.3.0.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css
index a37af5766..22e0de7cb 100644
--- a/bootstrap-1.3.0.css
+++ b/bootstrap-1.3.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: Tue Sep 13 09:06:02 PDT 2011
+ * Date: Tue Sep 13 14:40:47 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).
@@ -1619,6 +1619,9 @@ a.menu:after, .dropdown-toggle:after {
.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;