diff -r a252b3701be7 -r 46ab3540acbd webclient/style.css --- a/webclient/style.css Wed Nov 23 13:02:49 2011 +0100 +++ b/webclient/style.css Fri Nov 25 20:33:21 2011 +0100 @@ -99,11 +99,24 @@ } #postcontent -{ - position: relative; - text-align: center; +{ + position: absolute; + text-align: right; width: 100%; min-width: 800px; - margin: 5px auto; + bottom: 2px; + right: 4px; } +#postcontent a +{ + color: #ccc; + text-decoration: none; +} + +#postcontent a:hover +{ + color: #999; + text-decoration: none; +} +