slitaz-pizza diff web/style.css @ rev 63

Tiny typo
author Paul Issott <paul@slitaz.org>
date Fri Jul 27 19:44:01 2012 +0100 (2012-07-27)
parents b870dbff832c
children
line diff
     1.1 --- a/web/style.css	Tue Mar 27 10:33:41 2012 +0200
     1.2 +++ b/web/style.css	Fri Jul 27 19:44:01 2012 +0100
     1.3 @@ -50,7 +50,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 @@ -75,11 +75,12 @@
    1.13  }
    1.14  
    1.15  #network a {
    1.16 -	padding: 0 6px;
    1.17 +	padding: 0 4px;
    1.18  	color: #fff; 
    1.19  	font-weight: bold;
    1.20  	text-decoration: none;
    1.21  }
    1.22 +#network a:hover { color: #cfcfcf; }
    1.23  
    1.24  /* Notification box */
    1.25