slitaz-base-files rev 269

/var/www/style.css: typo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 29 01:00:24 2015 +0300 (2015-04-29)
parents 09c5df0a9e5f
children 29f028ec8077
files rootfs/var/www/style.css
line diff
     1.1 --- a/rootfs/var/www/style.css	Tue Apr 28 17:46:27 2015 +0300
     1.2 +++ b/rootfs/var/www/style.css	Wed Apr 29 01:00:24 2015 +0300
     1.3 @@ -28,14 +28,14 @@
     1.4  	width: 250px;
     1.5  }
     1.6  
     1.7 -#header h1 a { 
     1.8 +#header h1 a, header h1 a { 
     1.9  	color: white; 
    1.10  	text-decoration: none;
    1.11  	font-size: 20px;
    1.12  	font-style: italic;
    1.13  }
    1.14  
    1.15 -#header h1 a:hover, #header h1 a:hover { 
    1.16 +#header h1 a:hover, header h1 a:hover {
    1.17  	color: #afafaf;
    1.18  }
    1.19