diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 22:13:35 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 22:13:35 -0700 |
| commit | f408f5c29b31a67c4f6a554f8ac79597325868cc (patch) | |
| tree | 5dfd715419d0d773afbfb26172c8fa8fbbe5974b /lib/patterns.less | |
| parent | b62b15c5e3e0a94c94545415efec323d097bf61d (diff) | |
| download | bootstrap-f408f5c29b31a67c4f6a554f8ac79597325868cc.tar.xz bootstrap-f408f5c29b31a67c4f6a554f8ac79597325868cc.zip | |
update few things for ie
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index d2ca80188..7a53bd218 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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); |
