slitaz-forge rev 251

tank: fix padding in CSS
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 07 23:23:50 2012 +0200 (2012-04-07)
parents d7b11dcad935
children 8af0d5d88d60
files tank/web/slitaz.css
line diff
     1.1 --- a/tank/web/slitaz.css	Sat Apr 07 23:20:48 2012 +0200
     1.2 +++ b/tank/web/slitaz.css	Sat Apr 07 23:23:50 2012 +0200
     1.3 @@ -46,7 +46,7 @@
     1.4  	font-style: italic;
     1.5  }
     1.6  
     1.7 -#header h1 a:hover, #network a:hover { 
     1.8 +#header h1 a:hover { 
     1.9  	color: #d66018;
    1.10  }
    1.11  
    1.12 @@ -66,11 +66,12 @@
    1.13  
    1.14  #network { 
    1.15  	float: right; 
    1.16 -	padding: 10px 5px 0; 
    1.17 +	padding: 12px 5px 0; 
    1.18  	font-size: 12px;
    1.19  }
    1.20  
    1.21  #network a { padding: 0 6px; }
    1.22 +#network a:hover { color: #cfcfcf; }
    1.23  
    1.24  /* Block */
    1.25