diff options
| author | Mark Otto <[email protected]> | 2012-07-19 21:25:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-19 21:25:42 -0700 |
| commit | 1d4660beeaa8ef987256a5e7008340505b00c859 (patch) | |
| tree | 243af09807610b81660cbc1758ff5430e0745168 | |
| parent | 3c1a0fbda40d06ab0b89d07ad808aa6975c8381d (diff) | |
| download | bootstrap-1d4660beeaa8ef987256a5e7008340505b00c859.tar.xz bootstrap-1d4660beeaa8ef987256a5e7008340505b00c859.zip | |
nuke commented out code from last fix
| -rw-r--r-- | docs/assets/css/bootstrap.css | 29 | ||||
| -rw-r--r-- | less/tables.less | 29 |
2 files changed, 0 insertions, 58 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index bc52f0f86..73ec0bf83 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1753,35 +1753,6 @@ table { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; - /* thead:last-child tr:last-child th:first-child, - tbody:last-child tr:last-child td:first-child, - tfoot tr:last-child td:first-child { - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - -moz-border-radius-bottomleft: 4px; - } - - tfoot ~ tbody:last-child tr:last-child td:first-child { - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomleft: 0; - } - - thead:last-child tr:last-child th:last-child, - tbody:last-child tr:last-child td:last-child, - tfoot tr:last-child td:last-child { - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - } - - tfoot ~ tbody:last-child tr:last-child td:last-child { - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomright: 0; - } -*/ - } .table-bordered th, diff --git a/less/tables.less b/less/tables.less index 2ccca8689..b1d34fd24 100644 --- a/less/tables.less +++ b/less/tables.less @@ -146,35 +146,6 @@ table { -moz-border-right-topleft: 4px; } - // Accounting for tfoot -/* thead:last-child tr:last-child th:first-child, - tbody:last-child tr:last-child td:first-child, - tfoot tr:last-child td:first-child { - -webkit-border-bottom-left-radius: 4px; - border-bottom-left-radius: 4px; - -moz-border-radius-bottomleft: 4px; - } - - tfoot ~ tbody:last-child tr:last-child td:first-child { - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomleft: 0; - } - - thead:last-child tr:last-child th:last-child, - tbody:last-child tr:last-child td:last-child, - tfoot tr:last-child td:last-child { - -webkit-border-bottom-right-radius: 4px; - border-bottom-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - } - - tfoot ~ tbody:last-child tr:last-child td:last-child { - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - -moz-border-radius-bottomright: 0; - } -*/ } |
