Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -164,17 +164,6 @@ 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; } @@ -337,24 +326,6 @@ 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; |