-rw-r--r-- | cgit.css | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -131,32 +131,36 @@ table.list th { border-top: dashed 1px #888; border-bottom: dashed 1px #888; */ padding: 0.1em 0.5em 0.05em 0.5em; vertical-align: baseline; } table.list td { border: none; padding: 0.1em 0.5em 0.1em 0.5em; } table.list td a { color: black; } +table.list td a:hover { + color: #00f; +} + img { border: none; } input#switch-btn { margin: 2px 0px 0px 0px; } td#sidebar input.txt { width: 100%; margin: 2px 0px 0px 0px; } table#grid { margin: 0px; } @@ -377,45 +381,35 @@ table.diff td div.del { .left { text-align: left; } .right { text-align: right; } table.list td.repogroup { font-style: italic; color: #888; } a.button { font-size: 80%; - color: #33c; -/* - background-color: #eee; - border: solid 1px #aaa; - margin: 0.1em 0.25em; -*/ padding: 0em 0.5em; } -a.button:hover { - text-decoration: underline; -} - a.primary { font-size: 100%; } a.secondary { font-size: 90%; } td.toplevel-repo { } table.list td.sublevel-repo { padding-left: 1.5em; } |