diff options
| author | Jacob Thornton <[email protected]> | 2012-01-22 20:03:17 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-22 20:03:17 -0800 |
| commit | dc5bedda1441bac36e266f409b3dd14f84e8fd32 (patch) | |
| tree | e37f903ecad07c345a9efbd4419a87efc399434b /lib/tables.less | |
| parent | 155b72e8730e9b8badb5fa80c8d7f8990f10cc82 (diff) | |
| parent | 1593671cb2e16947a50b8ce8985a1b2828c92b71 (diff) | |
| download | bootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.tar.xz bootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'lib/tables.less')
| -rw-r--r-- | lib/tables.less | 4 |
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); |
