v2/style.css
changeset 23 cb8118ffdfc2
parent 22 38931aca0bff
child 24 b27c14ab5f08
     1.1 --- a/v2/style.css	Tue Nov 16 23:36:50 2010 +0100
     1.2 +++ b/v2/style.css	Fri Nov 19 17:19:15 2010 +0100
     1.3 @@ -33,6 +33,11 @@
     1.4  	color: #aaa;
     1.5  }
     1.6  
     1.7 +.permred
     1.8 +{
     1.9 +	color: #d22;
    1.10 +}
    1.11 +
    1.12  a 
    1.13  {
    1.14  	text-decoration: none;
    1.15 @@ -315,11 +320,11 @@
    1.16  
    1.17  #container #copy 
    1.18  {
    1.19 -	position:	absolute;
    1.20 -	bottom:		30px;
    1.21 -	margin-left: 812px;
    1.22 -	margin-right: auto;
    1.23 -	color: 		#aaa;
    1.24 +	position: absolute;
    1.25 +	width: 1000px;
    1.26 +	bottom: 30px;
    1.27 +	color: #aaa;
    1.28 +	text-align: right;
    1.29  }
    1.30  
    1.31  #copy:hover