Fixes #533
This commit is contained in:
parent
341858c7a0
commit
3454c87d6f
@ -1186,7 +1186,7 @@ a {
|
||||
.code,
|
||||
.pre {
|
||||
color: @tertiary-color-darker;
|
||||
font: normal 0.9em @font-family-monospace
|
||||
font: normal 0.9em @font-family-monospace;
|
||||
}
|
||||
|
||||
.tag {
|
||||
@ -1210,6 +1210,9 @@ a {
|
||||
|
||||
.table {
|
||||
font: normal 0.9em @font-family-monospace;
|
||||
* {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
|
Loading…
Reference in New Issue
Block a user