Commit 7b5fcc2c authored by Fabien's avatar Fabien
Browse files

Remove dupe css rule of table element

 This are already declare in normalize
parent da35a6b4
Showing with 0 additions and 4 deletions
+0 -4
...@@ -1013,8 +1013,6 @@ pre code { ...@@ -1013,8 +1013,6 @@ pre code {
table { table {
max-width: 100%; max-width: 100%;
background-color: transparent; background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
} }
th { th {
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
table { table {
max-width: 100%; max-width: 100%;
background-color: @table-bg; background-color: @table-bg;
border-collapse: collapse;
border-spacing: 0;
} }
th { th {
text-align: left; 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