diff --git a/templates/default/kwotes-ie.css b/templates/default/kwotes-ie.css index bc168c5..5a2b4bb 100755 --- a/templates/default/kwotes-ie.css +++ b/templates/default/kwotes-ie.css @@ -11,7 +11,17 @@ body .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 diff --git a/templates/default/kwotes.css b/templates/default/kwotes.css index 3b2e96b..4aa2abe 100755 --- a/templates/default/kwotes.css +++ b/templates/default/kwotes.css @@ -114,8 +114,9 @@ img padding-left: 5px; } -.kwoteid:link +a.kwoteid { + position: relative; float: left; font-size: 0.9em; padding-left: 5px; @@ -123,7 +124,12 @@ img text-decoration: none; } -.kwoteid:hover +a.kwoteid:visited +{ + color: #000; +} + +a.kwoteid:hover { color: #f00; text-decoration: underline; @@ -131,6 +137,7 @@ img .votecontrols { + position: relative; float: right; font-size: 0.9em; padding: 0px; @@ -194,4 +201,4 @@ img padding-left: 5px; padding-right: 5px; font-size: 0.85em; -} +} \ No newline at end of file