2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

get rid of assets/img in favor of css arrows

This commit is contained in:
Jacob Thornton
2011-07-02 11:51:05 -07:00
parent ff694b3522
commit 799fd6add0
8 changed files with 92 additions and 36 deletions
+5 -3
View File
@@ -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);
}
}