Add CSS to display feed links below the left navigation bar on second

level pages.
This commit is contained in:
Murray Stokely 2008-01-15 21:18:19 +00:00
parent c89c8cd499
commit 9746635150
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31283

View file

@ -1,7 +1,7 @@
/*
* FreeBSD.org - Navigation (and List) Styles
*
* $FreeBSD: www/en/layout/css/navigation.css,v 1.3 2005/11/23 14:22:06 keramida Exp $
* $FreeBSD: www/en/layout/css/navigation.css,v 1.4 2005/11/23 14:25:40 keramida Exp $
*/
/* Site Navigation */
@ -216,6 +216,19 @@
color: #000;
}
#FEEDLINKS, #feedlinks {
padding-top: 5px;
padding-left: 5px;
margin-top: 5px;
margin-left: 5px;
list-style: none;
display: block;
}
#FEEDLINKS ul, #feedlinks ul {
list-style-image: url(ico_rss.png);
}
/* Right Navigation */
.RIGHTNAV, .RIGHTNAV ul, .RIGHTNAV ul ul, .rightnav, .rightnav ul, .rightnav ul ul {