summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2008-04-14 20:10:33 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2008-04-14 20:10:33 (UTC)
commit35d19bbb641aa56a21fb2c238994716c272e154f (patch) (unidiff)
tree391c5686d2eae2c9f867ea5f2ba13fb3f9b7f31b /cgit.css
parent2ee1238cdff66dcd4bf98f83b820678976f53ed8 (diff)
downloadcgit-35d19bbb641aa56a21fb2c238994716c272e154f.zip
cgit-35d19bbb641aa56a21fb2c238994716c272e154f.tar.gz
cgit-35d19bbb641aa56a21fb2c238994716c272e154f.tar.bz2
Fix more css ugliness
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css14
1 files changed, 4 insertions, 10 deletions
diff --git a/cgit.css b/cgit.css
index ea3c383..30cb8e6 100644
--- a/cgit.css
+++ b/cgit.css
@@ -144,6 +144,10 @@ table.list td a {
144 color: black; 144 color: black;
145} 145}
146 146
147table.list td a:hover {
148 color: #00f;
149}
150
147img { 151img {
148 border: none; 152 border: none;
149} 153}
@@ -390,19 +394,9 @@ table.list td.repogroup {
390 394
391a.button { 395a.button {
392 font-size: 80%; 396 font-size: 80%;
393 color: #33c;
394/*
395 background-color: #eee;
396 border: solid 1px #aaa;
397 margin: 0.1em 0.25em;
398*/
399 padding: 0em 0.5em; 397 padding: 0em 0.5em;
400} 398}
401 399
402a.button:hover {
403 text-decoration: underline;
404}
405
406a.primary { 400a.primary {
407 font-size: 100%; 401 font-size: 100%;
408} 402}