1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00: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;