1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

update few things for ie

This commit is contained in:
Jacob Thornton
2011-08-21 22:13:35 -07:00
parent b62b15c5e3
commit f408f5c29b
4 changed files with 9 additions and 14 deletions

View File

@@ -8,7 +8,6 @@
// Topbar for Branding and Nav
.topbar {
#gradient > .vertical(#333, #222);
height: 40px;
position: fixed;
top: 0;
@@ -526,6 +525,7 @@
background-color: @white;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.3);
*border: 1px solid #999; /* IE6-7 */
.border-radius(6px);
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
.background-clip(padding-box);