Unidiff1 files changed, 1 insertions, 12 deletions
|
diff --git a/cgit.css b/cgit.css index 0c88b65..7a5f423 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -162,16 +162,5 @@ table.list td.logmsg { |
162 | font-family: monospace; |
162 | font-family: monospace; |
163 | white-space: pre; |
163 | white-space: pre; |
164 | padding: 1em 0.5em 2em 0.5em; |
164 | padding: 0 0.5em; |
165 | } |
| |
166 | |
| |
167 | table.list td.lognotes-label { |
| |
168 | text-align:right; |
| |
169 | vertical-align:top; |
| |
170 | } |
| |
171 | |
| |
172 | table.list td.lognotes { |
| |
173 | font-family: monospace; |
| |
174 | white-space: pre; |
| |
175 | padding: 0em 0.5em 2em 0.5em; |
| |
176 | } |
165 | } |
177 | |
166 | |
|