summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-05-15 23:16:56 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-05-15 23:16:56 (UTC)
commitdff894d12953a8a3cd7cdca2357771212a2f57d6 (patch) (unidiff)
tree042f1fbc0594d61d97721167197506760847ce2a /cgit.css
parentf9ff7df613b4ee86fe5914c4ae3400650882c03d (diff)
downloadcgit-dff894d12953a8a3cd7cdca2357771212a2f57d6.zip
cgit-dff894d12953a8a3cd7cdca2357771212a2f57d6.tar.gz
cgit-dff894d12953a8a3cd7cdca2357771212a2f57d6.tar.bz2
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') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 87fd00a..5cf8d15 100644
--- a/cgit.css
+++ b/cgit.css
@@ -227,27 +227,31 @@ table.commit-info td {
227div.commit-subject { 227div.commit-subject {
228 font-weight: bold; 228 font-weight: bold;
229 font-size: 125%; 229 font-size: 125%;
230 margin: 1.5em 0em 0.5em 0em; 230 margin: 1.5em 0em 0.5em 0em;
231 padding: 0em; 231 padding: 0em;
232} 232}
233 233
234div.commit-msg { 234div.commit-msg {
235 white-space: pre; 235 white-space: pre;
236 font-family: monospace; 236 font-family: monospace;
237} 237}
238 238
239div.diffstat-header {
240 font-weight: bold;
241 padding-top: 1.5em;
242}
243
239table.diffstat { 244table.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;
245} 249}
246 250
247table.diffstat tr:hover { 251table.diffstat tr:hover {
248 background-color: #ccc; 252 background-color: #ccc;
249} 253}
250 254
251table.diffstat th { 255table.diffstat th {
252 font-weight: normal; 256 font-weight: normal;
253 text-align: left; 257 text-align: left;