summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 54bbfcc..141bec8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -269,16 +269,12 @@ table.diffstat {
269 border-collapse: collapse; 269 border-collapse: collapse;
270 width: 100%; 270 width: 100%;
271 border: solid 1px #aaa; 271 border: solid 1px #aaa;
272 background-color: #eee; 272 background-color: #eee;
273} 273}
274 274
275table.diffstat tr:hover {
276 background-color: #ccc;
277}
278
279table.diffstat th { 275table.diffstat th {
280 font-weight: normal; 276 font-weight: normal;
281 text-align: left; 277 text-align: left;
282 text-decoration: underline; 278 text-decoration: underline;
283 padding: 0.1em 1em 0.1em 0.1em; 279 padding: 0.1em 1em 0.1em 0.1em;
284 font-size: 100%; 280 font-size: 100%;