Use correct relative path of rss icon.
This commit is contained in:
parent
5a0b5f2752
commit
2b2f298231
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31287
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* FreeBSD.org - Navigation (and List) Styles
|
* FreeBSD.org - Navigation (and List) Styles
|
||||||
*
|
*
|
||||||
* $FreeBSD: www/en/layout/css/navigation.css,v 1.4 2005/11/23 14:25:40 keramida Exp $
|
* $FreeBSD: www/en/layout/css/navigation.css,v 1.5 2008/01/15 21:18:19 murray Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Site Navigation */
|
/* Site Navigation */
|
||||||
|
@ -226,7 +226,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#FEEDLINKS ul, #feedlinks ul {
|
#FEEDLINKS ul, #feedlinks ul {
|
||||||
list-style-image: url(ico_rss.png);
|
list-style-image: url(../images/ico_rss.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Right Navigation */
|
/* Right Navigation */
|
||||||
|
|
Loading…
Reference in a new issue