about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-01 11:44:51 +0000
committerJune McEnroe <june@causal.agency>2022-02-13 11:53:56 -0500
commit2843093cb4f1ef9bc62f2ed2451a503c386c388a (patch)
tree5fa6487f20dd44ad0b4e9aa5df9df784b50a657a /cgit.css
parentImprove pageheader display on text-based browsers (diff)
downloadcgit-pink-2843093cb4f1ef9bc62f2ed2451a503c386c388a.tar.gz
cgit-pink-2843093cb4f1ef9bc62f2ed2451a503c386c388a.zip
Use <pre> for commit-msg
This preserves formatting readable for users of text-based browsers
without CSS support.
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/cgit.css b/cgit.css
index ba210b4..67e1ed3 100644
--- a/cgit.css
+++ b/cgit.css
@@ -437,11 +437,6 @@ div#cgit div.commit-subject {
 	padding: 0em;
 }
 
-div#cgit div.commit-msg {
-	white-space: pre;
-	font-family: monospace;
-}
-
 div#cgit div.notes-header {
 	font-weight: bold;
 	padding-top: 1.5em;