Added me73 link. default tip
authorEugen Sawin <sawine@me73.com>
Fri, 25 Nov 2011 20:33:21 +0100
changeset 846ab3540acbd
parent 7 a252b3701be7
Added me73 link.
webclient/index.html
webclient/style.css
     1.1 --- a/webclient/index.html	Wed Nov 23 13:02:49 2011 +0100
     1.2 +++ b/webclient/index.html	Fri Nov 25 20:33:21 2011 +0100
     1.3 @@ -28,7 +28,8 @@
     1.4  	</address></a>
     1.5        </footer>      
     1.6      </div>
     1.7 -    <div id="postcontent">     
     1.8 +    <div id="postcontent"> 
     1.9 +      <a href="http://me73.com">ME73</a>
    1.10      </div>    
    1.11    </body>
    1.12  </html>
     2.1 --- a/webclient/style.css	Wed Nov 23 13:02:49 2011 +0100
     2.2 +++ b/webclient/style.css	Fri Nov 25 20:33:21 2011 +0100
     2.3 @@ -99,11 +99,24 @@
     2.4  }
     2.5  
     2.6  #postcontent
     2.7 -{
     2.8 -    position: relative;
     2.9 -    text-align: center;    
    2.10 +{    
    2.11 +    position: absolute;
    2.12 +    text-align: right;    
    2.13      width: 100%;
    2.14      min-width: 800px;
    2.15 -    margin: 5px auto;
    2.16 +    bottom: 2px;
    2.17 +    right: 4px;
    2.18  }
    2.19  
    2.20 +#postcontent a
    2.21 +{
    2.22 +    color: #ccc;
    2.23 +    text-decoration: none;
    2.24 +}
    2.25 +
    2.26 +#postcontent a:hover
    2.27 +{
    2.28 +    color: #999;
    2.29 +    text-decoration: none;
    2.30 +}
    2.31 +