Changeset 227


Ignore:
Timestamp:
12/29/10 16:06:05 (13 years ago)
Author:
grenoya
Message:
  • fix W3C link
  • fix global background color


Location:
server/trunk/web/root
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/static/sophie.css

    r225 r227  
    99}  
    1010 
     11body { 
     12  background-color: #FFFFFF; 
     13} 
     14 
    1115/* header look */ 
    1216div#sophie_header { 
     
    4347} 
    4448 
    45 /* White boxes around icones in the footer */ 
     49/* foot look */ 
    4650.sophie_footer img { 
    4751  color: #FFFFFF; 
  • server/trunk/web/root/templates/includes/footer.tt

    r175 r227  
    1010<span id="w3c"> 
    1111<a href="http://validator.w3.org/check?uri=referer"> 
    12     <img src="http://www.w3.org/Icons/valid-xhtml10" 
    13     alt="Valid XHTML 1.0 Strict" height="31" width="88"></a> 
     12    <img src="http://www.w3.org/Icons/valid-html401" 
     13    alt="Valid HTML 4.01 Transitional" height="31" width="88"></a> 
    1414</span> 
    1515</p> 
Note: See TracChangeset for help on using the changeset viewer.