Fix more css ugliness

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli 2008-04-14 22:10:33 +02:00
parent 2ee1238cdf
commit 35d19bbb64
1 changed files with 4 additions and 10 deletions

View File

@ -144,6 +144,10 @@ table.list td a {
color: black;
}
table.list td a:hover {
color: #00f;
}
img {
border: none;
}
@ -390,19 +394,9 @@ table.list td.repogroup {
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%;
}