summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-10-01 12:41:29 +0200
committerLars Hjemli <hjemli@gmail.com>2007-10-01 12:41:29 +0200
commit271829f269158c2ff818f72eb0c6f9de2a724126 (patch)
tree326d911b1c66c1460f335dafaadcdeef74409e70
parente238ebe1874e07865b3f38fe8e256e91a6f734a4 (diff)
downloadcgit-271829f269158c2ff818f72eb0c6f9de2a724126.tar.gz
cgit-271829f269158c2ff818f72eb0c6f9de2a724126.tar.bz2
cgit-271829f269158c2ff818f72eb0c6f9de2a724126.zip
cgit.css: make diff headers more visible
This modifies the background color of diff headers to make them easier to spot. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--cgit.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 141bec8..f69cc75 100644
--- a/cgit.css
+++ b/cgit.css
@@ -335,6 +335,10 @@ div.diffstat-summary {
padding-top: 0.5em;
}
+table.diff {
+ width: 100%;
+}
+
table.diff td {
font-family: monospace;
white-space: pre;
@@ -342,7 +346,8 @@ table.diff td {
table.diff td div.head {
font-weight: bold;
- padding-top: 1em;
+ margin-top: 1em;
+ background-color: #eee;
}
table.diff td div.hunk {
ult/system.py?h=0.13&id=14efe88ba5ef199bbe0e57873898fcd75286a3ec&follow=1'>use catapult varsRené 'Necoro' Neumann2-4/+6 2008-03-11Updated catapult stuffRené 'Necoro' Neumann5-56/+108 2008-03-10Generate correct KeyNotFoundExceptionRené 'Necoro' Neumann1-2/+2 2008-03-09Small changesRené 'Necoro' Neumann3-1/+4 2008-03-07Better session handlingRené 'Necoro' Neumann1-5/+54 2008-03-07Small changesRené 'Necoro' Neumann1-1/+4 2008-03-07Updated shm module to 1.2René 'Necoro' Neumann1-8/+21 2008-03-07Update TODORené 'Necoro' Neumann1-3/+1 2008-03-07hmm ... yesRené 'Necoro' Neumann1-1/+1 2008-03-06Used better exceptions for configuration parserRené 'Necoro' Neumann1-26/+114 2008-03-06Update translationRené 'Necoro' Neumann2-349/+393 2008-03-06Update createpot.shRené 'Necoro' Neumann1-3/+2 2008-03-06Use 'nofork' instead of 'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237