slitaz-forge rev 419

forum: one more update to theme
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 11:11:44 2014 +0100 (2014-01-15)
parents 9aefe909860f
children 77976b943359
files forum/my-templates/slitaz/header.php forum/my-templates/slitaz/style.css
line diff
     1.1 --- a/forum/my-templates/slitaz/header.php	Wed Jan 15 11:03:40 2014 +0100
     1.2 +++ b/forum/my-templates/slitaz/header.php	Wed Jan 15 11:11:44 2014 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4  				<a href="http://www.slitaz.org/">Home</a>
     1.5  				<a href="http://scn.slitaz.org/">Community</a>
     1.6  				<a href="http://doc.slitaz.org/">Doc</a>
     1.7 -				<a href="http://forum.slitaz.org/">Forum</a>
     1.8 +				<span>Forum</span>
     1.9  				<a href="http://irc.slitaz.org/">IRC</a>
    1.10  				<a href="http://slitaz.pro/">Pro</a>
    1.11  				<a href="http://shop.slitaz.org/">Shop</a>
     2.1 --- a/forum/my-templates/slitaz/style.css	Wed Jan 15 11:03:40 2014 +0100
     2.2 +++ b/forum/my-templates/slitaz/style.css	Wed Jan 15 11:11:44 2014 +0100
     2.3 @@ -101,7 +101,7 @@
     2.4  #header p { margin-bottom: 0; }
     2.5  
     2.6  #header h1 a { color: #fff; text-decoration: none; }
     2.7 -#header h1 a:hover, #network a:hover { color: #afafaf; }
     2.8 +#header h1 a:hover, #network a:hover, #network span { color: #afafaf; }
     2.9  
    2.10  #header div.search {
    2.11  	float: right;
    2.12 @@ -153,7 +153,14 @@
    2.13  	padding: 13px 5px 0;
    2.14  	font-size: 12px;
    2.15  }
    2.16 -#network a { padding: 0 4px; color: #fff; font-weight: bold; text-decoration: none;}
    2.17 +
    2.18 +#network a, #network span {
    2.19 +	padding: 0 4px;
    2.20 +	color: #fff; 
    2.21 +	font-weight: bold;
    2.22 +	text-decoration: none;
    2.23 +}
    2.24 +
    2.25  #network img, .infobox img { vertical-align: middle; border: 0pt none; }
    2.26  
    2.27  #block {