diff options
| author | Mark Otto <[email protected]> | 2012-08-23 15:04:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-23 15:04:41 -0700 |
| commit | 0682780cd858b327518b8664c3e332659e08c765 (patch) | |
| tree | b886fad5d8a72347fb979e4b67d11d1355fbf36b /docs | |
| parent | 5cbb8269619a42fe466d65e11b4dc730bcfe89cd (diff) | |
| download | bootstrap-0682780cd858b327518b8664c3e332659e08c765.tar.xz bootstrap-0682780cd858b327518b8664c3e332659e08c765.zip | |
fixes #4657: proper border radius property in tables
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index ed18e5c8d..b7aa3fd1c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1905,7 +1905,7 @@ table { .table-bordered 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; } .table-striped tbody tr:nth-child(odd) td, |
