Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 30 |
1 files changed, 2 insertions, 28 deletions
@@ -26,13 +26,6 @@ h3 { font-weight: normal; } -h4 { - margin-top: 1.5em; - margin-bottom: 0.1em; - font-size: 100%; - font-weight: bold; -} - a { color: blue; text-decoration: none; @@ -234,12 +227,6 @@ div.commit-msg { table.diffstat { border-collapse: collapse; margin-top: 1.5em; - width: 100%; - border: solid 1px #aaa; -} - -table.diffstat tr:hover { - background-color: #eee; } table.diffstat th { @@ -251,11 +238,8 @@ table.diffstat th { } table.diffstat td { - padding: 0.2em 0.2em 0.1em 0.1em; + padding: 0.1em 1em 0.1em 0.1em; font-size: 100%; - border: none; - border-top: solid 1px #aaa; - border-bottom: solid 1px #aaa; } table.diffstat td span.modechange { @@ -275,17 +259,7 @@ table.diffstat td.upd a { color: blue; } -table.diffstat td.graph { - width: 75%; - vertical-align: center; -} - -table.diffstat td.graph img { - border: none; - height: 11pt; -} - -div.diffstat-summary { +table.diffstat td.summary { color: #888; padding-top: 0.5em; } |