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 /bootstrap-1.0.0.css | |
| parent | e1e4ceee3f72d0892bf84aa7a1c7f1bdb719032e (diff) | |
| download | bootstrap-48c3c6f1b67b1f2a2f2ea499cef65bdfd27dc21d.tar.xz bootstrap-48c3c6f1b67b1f2a2f2ea499cef65bdfd27dc21d.zip | |
make topbar .fill wrap
Diffstat (limited to 'bootstrap-1.0.0.css')
| -rw-r--r-- | bootstrap-1.0.0.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 5244c6f13..05e4da01f 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.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 Aug 21 18:07:44 PDT 2011 + * Date: Sun Aug 21 18:14:49 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). @@ -1114,11 +1114,6 @@ div.topbar { } div.topbar .fill { background: #222; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; background-color: #222222; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222)); |
