slitaz-pizza rev 54

Small CSS update
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 12 18:15:41 2012 +0200 (2012-04-12)
parents b67d1c5107c9
children fa4f8e38b368
files web/style.css
line diff
     1.1 --- a/web/style.css	Thu Apr 12 17:48:00 2012 +0200
     1.2 +++ b/web/style.css	Thu Apr 12 18:15:41 2012 +0200
     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