X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/059b39344fdcde324dff1099fc4b70c7aab12a96..e6c960c7c0f0d2e54b51cc43ef190df3ce52755e:/cgit.css diff --git a/cgit.css b/cgit.css index 3675697..0c88b65 100644 --- a/cgit.css +++ b/cgit.css @@ -164,6 +164,17 @@ table.list td.logmsg { padding: 1em 0.5em 2em 0.5em; } +table.list td.lognotes-label { + text-align:right; + vertical-align:top; +} + +table.list td.lognotes { + font-family: monospace; + white-space: pre; + padding: 0em 0.5em 2em 0.5em; +} + table.list td a { color: black; }