cookutils diff web/style.css @ rev 275

cooker.cgi: add home link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:09:40 2011 +0100 (2011-12-25)
parents 7704053dce6e
children 48d0744cb523
line diff
     1.1 --- a/web/style.css	Tue May 10 14:52:21 2011 +0200
     1.2 +++ b/web/style.css	Sun Dec 25 15:09:40 2011 +0100
     1.3 @@ -35,10 +35,25 @@
     1.4  	font-style: italic;
     1.5  }
     1.6  
     1.7 -#header h1 a:hover { 
     1.8 +#header h1 a:hover, #network a:hover { 
     1.9  	color: #d66018;
    1.10  }
    1.11  
    1.12 +/* Header links */
    1.13 +
    1.14 +#network { 
    1.15 +	float: right; 
    1.16 +	padding: 10px 5px 0; 
    1.17 +	font-size: 12px;
    1.18 +}
    1.19 +
    1.20 +#network a {
    1.21 +	padding: 0 6px;
    1.22 +	color: #fff; 
    1.23 +	font-weight: bold;
    1.24 +	text-decoration: none;
    1.25 +}
    1.26 +
    1.27  /* Content */
    1.28  
    1.29  #content {