aboutsummaryrefslogtreecommitdiff
path: root/lib/tables.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-22 19:50:16 -0800
committerJacob Thornton <[email protected]>2012-01-22 19:50:16 -0800
commit1593671cb2e16947a50b8ce8985a1b2828c92b71 (patch)
treea97a85dfee948014864b8c4fb9b9e93634749f6c /lib/tables.less
parentc424045c763440bf04cc7678c69d3f273d7e6e94 (diff)
parent0f2dd75c975b56f082b82a464065c3b2ccc7af86 (diff)
downloadbootstrap-1593671cb2e16947a50b8ce8985a1b2828c92b71.tar.xz
bootstrap-1593671cb2e16947a50b8ce8985a1b2828c92b71.zip
Merge pull request #1098 from lookfirst/fixstuff
2.0-wip: clean up variable usage with colors
Diffstat (limited to 'lib/tables.less')
-rw-r--r--lib/tables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tables.less b/lib/tables.less
index 5dad3e896..14e4ea44a 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -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);