Real sloppy... o well.

This commit is contained in:
briandilley 2005-08-15 23:47:44 +00:00
parent fe100378f6
commit 4b114df16e
2 changed files with 21 additions and 4 deletions

View File

@ -11,7 +11,17 @@ body
.kwoteeven, .kwoteodd .kwoteeven, .kwoteodd
{ {
margin-bottom: 10px; margin: 0px 0px 0px 0px;
}
.kwotenavigation
{
margin: 0px 0px 0px 0px;
}
.kwotenavigation a
{
margin: 0px 0px 0px 0px;
} }
.kwoteeven p, .kwoteodd p .kwoteeven p, .kwoteodd p

View File

@ -114,8 +114,9 @@ img
padding-left: 5px; padding-left: 5px;
} }
.kwoteid:link a.kwoteid
{ {
position: relative;
float: left; float: left;
font-size: 0.9em; font-size: 0.9em;
padding-left: 5px; padding-left: 5px;
@ -123,7 +124,12 @@ img
text-decoration: none; text-decoration: none;
} }
.kwoteid:hover a.kwoteid:visited
{
color: #000;
}
a.kwoteid:hover
{ {
color: #f00; color: #f00;
text-decoration: underline; text-decoration: underline;
@ -131,6 +137,7 @@ img
.votecontrols .votecontrols
{ {
position: relative;
float: right; float: right;
font-size: 0.9em; font-size: 0.9em;
padding: 0px; padding: 0px;
@ -194,4 +201,4 @@ img
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
font-size: 0.85em; font-size: 0.85em;
} }