diff options
author | Lars Hjemli | 2007-05-16 01:16:56 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-05-16 01:16:56 +0200 |
commit | dff894d12953a8a3cd7cdca2357771212a2f57d6 (patch) | |
tree | 042f1fbc0594d61d97721167197506760847ce2a /cgit.css | |
parent | f9ff7df613b4ee86fe5914c4ae3400650882c03d (diff) | |
download | cgit-dff894d12953a8a3cd7cdca2357771212a2f57d6.tar.gz cgit-dff894d12953a8a3cd7cdca2357771212a2f57d6.tar.bz2 cgit-dff894d12953a8a3cd7cdca2357771212a2f57d6.zip |
Add link to commitdiff below diffstat
This link is a lot easier to locate than the links to the right of the
parent entries.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -236,9 +236,13 @@ div.commit-msg { | |||
236 | font-family: monospace; | 236 | font-family: monospace; |
237 | } | 237 | } |
238 | 238 | ||
239 | div.diffstat-header { | ||
240 | font-weight: bold; | ||
241 | padding-top: 1.5em; | ||
242 | } | ||
243 | |||
239 | table.diffstat { | 244 | table.diffstat { |
240 | border-collapse: collapse; | 245 | border-collapse: collapse; |
241 | margin-top: 1.5em; | ||
242 | width: 100%; | 246 | width: 100%; |
243 | border: solid 1px #aaa; | 247 | border: solid 1px #aaa; |
244 | background-color: #eee; | 248 | background-color: #eee; |