This commit is contained in:
benweet 2014-09-21 11:34:36 +01:00
parent 341858c7a0
commit 3454c87d6f

View File

@ -1186,7 +1186,7 @@ a {
.code, .code,
.pre { .pre {
color: @tertiary-color-darker; color: @tertiary-color-darker;
font: normal 0.9em @font-family-monospace font: normal 0.9em @font-family-monospace;
} }
.tag { .tag {
@ -1210,6 +1210,9 @@ a {
.table { .table {
font: normal 0.9em @font-family-monospace; font: normal 0.9em @font-family-monospace;
* {
font-size: 1em;
}
} }
.comment { .comment {