Annotation of annozilla/www/annozilla.css, revision 1.6
1.6 ! matthew 1: BODY {
! 2: font-family : sans-serif, Arial
! 3: }
1.4 matthew 4:
1.6 ! matthew 5: UL.spaced > LI {
! 6: margin-bottom: 1em;
! 7: }
1.4 matthew 8:
1.3 matthew 9: UL.small_images {
10: list-style-image: url(http://www.mozdev.org/sharedimages/bullet.gif);
1.4 matthew 11: font-size: smaller;
1.6 ! matthew 12: margin-bottom: 1em;
1.4 matthew 13: }
14:
1.6 ! matthew 15: DIV#main-content > H1 {
! 16: color: #990000;
! 17: }
1.4 matthew 18:
19: #announcements {
1.5 matthew 20: border: solid 3px red;
21: padding: 0 10;
22: -moz-border-radius: 15;
23: }
24: #announcements > P {
25: font-weight: bold;
26: font-style: italic;
1.4 matthew 27: }
28:
29: #resources {
1.3 matthew 30: font-size: smaller;
31: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>