author | Lars Hjemli <hjemli@gmail.com> | 2007-05-20 20:13:17 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-05-20 20:13:17 (UTC) |
commit | 271ac5a7e6b5b67f54fdd16e8542aa282f1c7140 (patch) (side-by-side diff) | |
tree | d93a0bce06fca8db57ed1a98aa5e2e45199af845 /cgit.css | |
parent | dc3ac3f76077c5d612d42e8beb4878e43acfc58a (diff) | |
parent | 7b39144a541ab5be8bcd2748a5be89389bee7192 (diff) | |
download | cgit-271ac5a7e6b5b67f54fdd16e8542aa282f1c7140.zip cgit-271ac5a7e6b5b67f54fdd16e8542aa282f1c7140.tar.gz cgit-271ac5a7e6b5b67f54fdd16e8542aa282f1c7140.tar.bz2 |
Merge branch 'repogroups'
* repogroups:
Adjust apperance of repogroup headers
Don't highlight repogroup headings
Teach cgit how to group repositories by category
-rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -308,48 +308,53 @@ table.diffstat td.graph td.add { table.diffstat td.graph td.rem { background-color: #c55; } table.diffstat td.graph td.none { background-color: none; } div.diffstat-summary { color: #888; padding-top: 0.5em; } table.diff td { font-family: monospace; white-space: pre; } table.diff td div.head { font-weight: bold; padding-top: 1em; } table.diff td div.hunk { color: #009; } table.diff td div.add { color: green; } table.diff td div.del { color: red; } .sha1 { font-family: courier; font-size: 90%; } .left { text-align: left; } .right { text-align: right; } + +table.list td.repogroup { + padding-top: 1em; + border-bottom: solid 1px #777; +} |