X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f9143171267e39f66a02ad2ecb0da2e8cc7f4142..059b39344fdcde324dff1099fc4b70c7aab12a96:/cgit.css?ds=inline diff --git a/cgit.css b/cgit.css index 6e47eb3..3675697 100644 --- a/cgit.css +++ b/cgit.css @@ -326,6 +326,24 @@ div.commit-msg { font-family: monospace; } +div.notes-header { + font-weight: bold; + padding-top: 1.5em; +} + +div.notes { + white-space: pre; + font-family: monospace; + border: solid 1px #ee9; + background-color: #ffd; + padding: 0.3em 2em 0.3em 1em; + float: left; +} + +div.notes-footer { + clear: left; +} + div.diffstat-header { font-weight: bold; padding-top: 1.5em;