1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Remove dupe css rule of table element

This are already declare in normalize
This commit is contained in:
Fabien 2013-04-19 02:48:08 +02:00
parent da35a6b437
commit 7b5fcc2c9a
2 changed files with 0 additions and 4 deletions

View file

@ -1013,8 +1013,6 @@ pre code {
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
th {

View file

@ -6,8 +6,6 @@
table {
max-width: 100%;
background-color: @table-bg;
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;