-rw-r--r-- | cgit.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -97,16 +97,24 @@ table.tabs td.form form { white-space: nowrap; } table.tabs td.form input, table.tabs td.form select { font-size: 90%; } +div.path { + margin: 0px; + padding: 5px 2em 2px 2em; + color: #000; + background-color: #ccc; + font-weight: bold; +} + div.content { margin: 0px; padding: 2em; border-top: solid 3px #ccc; border-bottom: solid 3px #ccc; } |