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
committerRory& <root@rory.gay>2025-03-12 06:30:32 +0100
commit3d88369d20fd39fa893f456b9aa9de31c3da38d7 (patch)
tree8fc9370eabe2c9d5f6844eb1b3f8473b767f7e25 /cgit.css
parentImprove pageheader display on text-based browsers (diff)
downloadcgit-magenta-3d88369d20fd39fa893f456b9aa9de31c3da38d7.tar.xz
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 d9b57f9..7f832db 100644 --- a/cgit.css +++ b/cgit.css
@@ -441,11 +441,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;