Fixes #533
This commit is contained in:
parent
341858c7a0
commit
3454c87d6f
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user