author | Lars Hjemli <hjemli@gmail.com> | 2008-04-12 18:18:16 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-04-12 18:18:16 (UTC) |
commit | 72a69b77e7bf10cc3674e61e1ddd4d81618ee533 (patch) (side-by-side diff) | |
tree | 96f6402b2d6e63182e668f2f458bdd27d3f255a6 | |
parent | 68cb84839f8fbc20688b22202489f4c2a54d3f55 (diff) | |
download | cgit-72a69b77e7bf10cc3674e61e1ddd4d81618ee533.zip cgit-72a69b77e7bf10cc3674e61e1ddd4d81618ee533.tar.gz cgit-72a69b77e7bf10cc3674e61e1ddd4d81618ee533.tar.bz2 |
Minor fixup in tree-view css
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgit.css | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -125,104 +125,103 @@ input#switch-btn { td#sidebar input.txt { width: 100%; margin: 2px 0px 0px 0px; } table#grid { margin: 0px; } td#content { vertical-align: top; padding: 1em 2em 1em 1em; border: none; } div#summary { vertical-align: top; margin-bottom: 1em; } table#downloads { float: right; border-collapse: collapse; border: solid 1px #777; margin-left: 0.5em; margin-bottom: 0.5em; } table#downloads th { background-color: #ccc; } div#blob { border: solid 1px black; } div.error { color: red; font-weight: bold; margin: 1em 2em; } a.ls-blob, a.ls-dir, a.ls-mod { font-family: monospace; } td.ls-size { text-align: right; -} - -td.ls-size { font-family: monospace; + width: 10em; } td.ls-mode { font-family: monospace; + width: 10em; } table.blob { margin-top: 0.5em; border-top: solid 1px black; } table.blob td.no { border-right: solid 1px black; color: black; background-color: #eee; text-align: right; } table.blob td.no a { color: black; } table.blob td.no a:hover { color: black; text-decoration: none; } table.blob td.txt { white-space: pre; font-family: monospace; padding-left: 0.5em; } table.nowrap td { white-space: nowrap; } table.commit-info { border-collapse: collapse; margin-top: 1.5em; } table.commit-info th { text-align: left; font-weight: normal; padding: 0.1em 1em 0.1em 0.1em; vertical-align: top; } table.commit-info td { font-weight: normal; padding: 0.1em 1em 0.1em 0.1em; |