Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-24 02:04:41 +0400
committerMark Otto <markotto@twitter.com>2012-08-24 02:04:41 +0400
commit0682780cd858b327518b8664c3e332659e08c765 (patch)
treeb886fad5d8a72347fb979e4b67d11d1355fbf36b /less/tables.less
parent5cbb8269619a42fe466d65e11b4dc730bcfe89cd (diff)
fixes #4657: proper border radius property in tables
Diffstat (limited to 'less/tables.less')
-rw-r--r--less/tables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less
index 0f0c310e0b..181ad3645f 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -133,7 +133,7 @@ table {
colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
- -moz-border-right-topleft: 4px;
+ -moz-border-radius-topleft: 4px;
}
}