2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

clean up variable usage with colors

This commit is contained in:
Jon Stevens
2012-01-21 15:24:06 -08:00
parent 719713ca87
commit e0238bfb08
11 changed files with 36 additions and 35 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ table {
margin-top: 7px;
border-width: 0 4px 4px;
border-style: solid;
border-color: #000 transparent;
border-color: @black transparent;
visibility: hidden;
}
}
@@ -174,7 +174,7 @@ table {
border-bottom: none;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000;
border-top: 4px solid @black;
visibility:visible;
.box-shadow(none); //can't add boxshadow to downward facing arrow :(
.opacity(60);