Revert "Fixed Sylexiad font word wrap in single post view"

This reverts commit e97e605212.
This commit is contained in:
Allibragi 2023-01-15 18:17:57 +01:00
parent 9a5966f253
commit 333e72905e
2 changed files with 1 additions and 2 deletions

View File

@ -524,7 +524,7 @@ pre, body#post article, #post .alert, #subpage .alert, body#collection article,
}
}
textarea, input#title, pre, body#post article, body#collection article p {
&.norm, &.sans, &.wrap, &.syl {
&.norm, &.sans, &.wrap {
line-height: 1.5;
white-space: pre-wrap; /* CSS 3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */

View File

@ -277,7 +277,6 @@ body#pad {
}
&.syl {
font-family: @sylexiadFont;
line-height: 1.4;
}
&.mono, &.code {
padding-left: 1em;