Commit f47aa08b authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #7629 from Boulox/dupe-table-rule

Remove dupe css rule of table element
parents da35a6b4 7b5fcc2c
Showing with 0 additions and 4 deletions
+0 -4
......@@ -1013,8 +1013,6 @@ pre code {
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
th {
......
......@@ -6,8 +6,6 @@
table {
max-width: 100%;
background-color: @table-bg;
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment