diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 18:14:53 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 18:14:53 -0700 |
| commit | 48c3c6f1b67b1f2a2f2ea499cef65bdfd27dc21d (patch) | |
| tree | e91ec80207e3ddb1b72947e8abfeeaaab52e76da /lib/patterns.less | |
| parent | e1e4ceee3f72d0892bf84aa7a1c7f1bdb719032e (diff) | |
| download | bootstrap-48c3c6f1b67b1f2a2f2ea499cef65bdfd27dc21d.tar.xz bootstrap-48c3c6f1b67b1f2a2f2ea499cef65bdfd27dc21d.zip | |
make topbar .fill wrap
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 056d468f5..d49393e21 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -19,11 +19,6 @@ div.topbar { // gradient is applied to it's own element because overflow visible is not honored by ie when filter is present .fill { background:#222; - position:absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; #gradient > .vertical(#333, #222); @shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); .box-shadow(@shadow); |
