diff options
| author | Jacob Thornton <[email protected]> | 2011-07-02 11:51:05 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-07-02 11:51:05 -0700 |
| commit | 799fd6add0d82c203be5484ea92d139f9c2ea35e (patch) | |
| tree | 080a9015160e1b9a705614fb9fda3ccc64f9ec7e /lib/patterns.less | |
| parent | ff694b3522d99974e9f13b6a7c2af915e5b3f1ac (diff) | |
| download | bootstrap-799fd6add0d82c203be5484ea92d139f9c2ea35e.tar.xz bootstrap-799fd6add0d82c203be5484ea92d139f9c2ea35e.zip | |
get rid of assets/img in favor of css arrows
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 3ce02ea10..a3a949244 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -131,15 +131,17 @@ div.topbar { position: relative; a.menu { &:after { - width: 7px; - height: 7px; + width: 0px; + height: 0px; display: inline-block; - background: transparent url(assets/img/dropdown-arrow.gif) no-repeat top center; content: "↓"; text-indent: -99999px; vertical-align: top; margin-top: 8px; margin-left: 4px; + border-left: 4px solid transparent; + border-right: 4px solid transparent; + border-top: 4px solid #fff; .opacity(50); } } |
