diff options
| author | Mark Otto <[email protected]> | 2012-09-05 10:05:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-05 10:05:54 -0700 |
| commit | d4a16d35eb031cc4cffa4a3c4456fab406e286e5 (patch) | |
| tree | 21207e366bd8b630b8a3cc464ab1782a01d59436 /less | |
| parent | 3fa4ca2d871ba402f19f9c1d5e358baa023061a8 (diff) | |
| download | bootstrap-d4a16d35eb031cc4cffa4a3c4456fab406e286e5.tar.xz bootstrap-d4a16d35eb031cc4cffa4a3c4456fab406e286e5.zip | |
fixes #4996: incorrect border radius on a table
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less index 13c37c6e8..e5b3f3979 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-radius-topleft: 4px; + -moz-border-radius-topright: 4px; } } |
