webclient/style.css
changeset 8 46ab3540acbd
parent 7 a252b3701be7
     1.1 --- a/webclient/style.css	Wed Nov 23 13:02:49 2011 +0100
     1.2 +++ b/webclient/style.css	Fri Nov 25 20:33:21 2011 +0100
     1.3 @@ -99,11 +99,24 @@
     1.4  }
     1.5  
     1.6  #postcontent
     1.7 -{
     1.8 -    position: relative;
     1.9 -    text-align: center;    
    1.10 +{    
    1.11 +    position: absolute;
    1.12 +    text-align: right;    
    1.13      width: 100%;
    1.14      min-width: 800px;
    1.15 -    margin: 5px auto;
    1.16 +    bottom: 2px;
    1.17 +    right: 4px;
    1.18  }
    1.19  
    1.20 +#postcontent a
    1.21 +{
    1.22 +    color: #ccc;
    1.23 +    text-decoration: none;
    1.24 +}
    1.25 +
    1.26 +#postcontent a:hover
    1.27 +{
    1.28 +    color: #999;
    1.29 +    text-decoration: none;
    1.30 +}
    1.31 +