1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-03 08:55:20 +02:00

Render plain text README.txt monospaced (#2721)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
This commit is contained in:
Jonas Franz 2017-10-17 01:17:22 +02:00 committed by Lauris BH
parent 33647aa43b
commit f4190f8df8
4 changed files with 12 additions and 5 deletions

View file

@ -270,6 +270,10 @@
}
}
.plain-text {
padding: 1em 2em 1em 2em;
}
.code-view {
* {
font-size: 12px;