diff options
author | Eric Wong <e@80x24.org> | 2019-01-01 11:44:51 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-17 19:07:04 +0000 |
commit | 5ff292f522caf261e548d93419980f16d037d037 (patch) | |
tree | 7725f2016c067af0ba78975e0405eb7415671274 /www/git.causal.agency/cgit/cgit.css | |
parent | Improve pageheader display on text-based browsers (diff) | |
download | src-5ff292f522caf261e548d93419980f16d037d037.tar.gz src-5ff292f522caf261e548d93419980f16d037d037.zip |
Use <pre> for commit-msg
This preserves formatting readable for users of text-based browsers without CSS support.
Diffstat (limited to '')
-rw-r--r-- | www/git.causal.agency/cgit/cgit.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/git.causal.agency/cgit/cgit.css b/www/git.causal.agency/cgit/cgit.css index ba210b41..67e1ed36 100644 --- a/www/git.causal.agency/cgit/cgit.css +++ b/www/git.causal.agency/cgit/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; |