aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.1.1.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-30 23:03:01 -0700
committerJacob Thornton <[email protected]>2011-08-30 23:03:01 -0700
commit2ed869c2eef1ad89a26ecfa187638db6f84774cd (patch)
tree06f2180f1cd748fe23051bc2333ab34fbed96f50 /bootstrap-1.1.1.css
parentafec7859cc08b7d57100ab7d96f11a9df5bdb32e (diff)
downloadbootstrap-2ed869c2eef1ad89a26ecfa187638db6f84774cd.tar.xz
bootstrap-2ed869c2eef1ad89a26ecfa187638db6f84774cd.zip
remove * hack for ie7 + remove -1 margin bug for ie7
Diffstat (limited to 'bootstrap-1.1.1.css')
-rw-r--r--bootstrap-1.1.1.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css
index 5171561f5..e4387ec46 100644
--- a/bootstrap-1.1.1.css
+++ b/bootstrap-1.1.1.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: Mon Aug 29 22:43:36 PDT 2011
+ * Date: Tue Aug 30 23:02:58 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).
@@ -1222,9 +1222,8 @@ table .headerSortUp.purple, table .headerSortDown.purple {
right: 0;
}
.nav .dropdown-toggle:hover, .nav .dropdown.open .dropdown-toggle {
- background-color: #444;
+ background: #444;
background-color: rgba(255, 255, 255, 0.05);
- *background-color: #444;
}
.nav .dropdown-menu {
background-color: #333;
@@ -1341,11 +1340,8 @@ table .headerSortUp.purple, table .headerSortDown.purple {
}
.dropdown.open .dropdown-toggle {
color: #fff;
- background-color: #ccc;
+ background: #ccc;
background-color: rgba(0, 0, 0, 0.3);
- *background-color: #ccc;
- /* ie6 -7 */
-
}
.dropdown.open .dropdown-menu {
display: block;
@@ -1379,9 +1375,9 @@ table .headerSortUp.purple, table .headerSortDown.purple {
}
.tabs > li {
position: relative;
+ top: 1px;
}
.tabs > li > a {
- margin-bottom: -1px;
margin-right: 2px;
padding: 0 15px;
line-height: 35px;
@@ -1882,11 +1878,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
height: 0;
}
.popover .inner {
- background-color: #333;
+ background: #333;
background-color: rgba(0, 0, 0, 0.8);
- *background-color: #333;
- /* IE 6-7 */
-
padding: 3px;
overflow: hidden;
width: 280px;