aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-09 23:02:34 -0700
committerMark Otto <[email protected]>2011-10-09 23:02:34 -0700
commit1b19799d700b56f693fdeaf826edaea7cd030b98 (patch)
tree3430cc09fae4b41cfe1911406d3c1b726ad1b275 /bootstrap.css
parent770e7647d1372974a7e89d53259ce6b3a6ba8f68 (diff)
downloadbootstrap-1b19799d700b56f693fdeaf826edaea7cd030b98.tar.xz
bootstrap-1b19799d700b56f693fdeaf826edaea7cd030b98.zip
cleanup tabs and pills to prep css for new stuff
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 850778bea..5a036a430 100644
--- a/bootstrap.css
+++ b/bootstrap.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: Sun Oct 9 22:44:29 PDT 2011
+ * Date: Sun Oct 9 23:02:24 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).
@@ -1686,28 +1686,28 @@ 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;
- text-shadow: 0 1px 1px #ffffff;
line-height: 30px;
+ text-shadow: 0 1px 1px #ffffff;
-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);
+ background-color: #00438a;
}
.pills .active a {
- background: #0069d6;
color: #ffffff;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
+ background-color: #0069d6;
+}
+.tab-content, .pill-content {
+ clear: both;
}
.tab-content > *, .pill-content > * {
display: none;
@@ -1716,8 +1716,8 @@ a.menu:after, .dropdown-toggle:after {
display: block;
}
.breadcrumb {
- margin: 0 0 18px;
padding: 7px 14px;
+ margin: 0 0 18px;
background-color: #f5f5f5;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));