about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorEric Wong2019-01-01 11:44:51 +0000
committerJune McEnroe2022-02-13 11:53:56 -0500
commit2843093cb4f1ef9bc62f2ed2451a503c386c388a (patch)
tree5fa6487f20dd44ad0b4e9aa5df9df784b50a657a /cgit.css
parentImprove pageheader display on text-based browsers (diff)
downloadcgit-2843093cb4f1ef9bc62f2ed2451a503c386c388a.tar.gz
cgit-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 {
437 padding: 0em; 437 padding: 0em;
438} 438}
439 439
440div#cgit div.commit-msg {
441 white-space: pre;
442 font-family: monospace;
443}
444
445div#cgit div.notes-header { 440div#cgit div.notes-header {
446 font-weight: bold; 441 font-weight: bold;
447 padding-top: 1.5em; 442 padding-top: 1.5em;