cookutils rev 257

style.css: add #network by default
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 00:24:31 2011 +0200 (2011-05-30)
parents db0df9e1b946
children 4ceceb22dc35
files web/style.css
line diff
     1.1 --- a/web/style.css	Sun May 29 21:00:54 2011 +0100
     1.2 +++ b/web/style.css	Mon May 30 00:24:31 2011 +0200
     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 {