-rw-r--r-- | cgit.css | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -66,3 +66,3 @@ table#header td.sub { table.tabs { - /* border-bottom: solid 2px #ccc; */ + border-bottom: solid 3px #ccc; border-collapse: collapse; @@ -104,2 +104,9 @@ table.tabs td.form select { +div.path { + margin: 0px; + padding: 5px 2em 2px 2em; + color: #000; + background-color: #eee; +} + div.content { @@ -107,3 +114,2 @@ div.content { padding: 2em; - border-top: solid 3px #ccc; border-bottom: solid 3px #ccc; @@ -527,3 +533,6 @@ a.deco { -div.commit-subject a { +div.commit-subject a.branch-deco, +div.commit-subject a.tag-deco, +div.commit-subject a.remote-deco, +div.commit-subject a.deco { margin-left: 1em; |