styling: GFM tweaks #4054

This commit is contained in:
lisaq 2016-06-30 15:23:53 +02:00
parent ae1070b18a
commit 9506a7f041
2 changed files with 34 additions and 10 deletions

View file

@ -494,16 +494,29 @@ div.codeblock {
}
.code-highlighttable,
div.codeblock .code-body table {
width: 0 !important;
border: 0px !important;
margin: 0;
letter-spacing: normal;
div.codeblock {
.code-body .markdown-block table {
border-collapse: collapse;
td {
th,
td {
padding: .5em !important;
border: @border-thickness solid @border-default-color !important;
}
}
.code-body table {
width: 0 !important;
border: 0px !important;
vertical-align: top;
margin: 0;
letter-spacing: normal;
td {
border: 0px !important;
vertical-align: top;
}
}
}