File:
[mozdev] /
annozilla /
www /
annozilla.css
Revision
1.12:
download - view:
text,
annotated -
select for diffs -
revision graph
Wed Jul 17 10:31:36 2002 UTC (16 years, 7 months ago) by
matthew
Branches:
MAIN
CVS tags:
HEAD,
ANNOZILLA-ES-CHANGES,
ANNOZILLA-ES,
ANNOZILLA-CGH-CHANGES,
ANNOZILLA-0-7-0,
ANNOZILLA-0-6-7-BRANCH,
ANNOZILLA-0-6-7
Fix indenting of h3's, make indenting more obvious, and use margin-left
not text-indent (for testing page).
BODY {
font-family : sans-serif, Arial
}
UL.spaced > LI {
margin-bottom: 1em;
}
UL.small_images {
list-style-image: url(http://www.mozdev.org/sharedimages/bullet.gif);
font-size: smaller;
}
UL.small_images > LI {
margin-bottom: 1em;
}
DIV#main-content > H1 {
color: #990000;
}
DIV#contributors {
font-size: smaller;
text-align: right;
}
#announcements {
border: solid 3px red;
padding: 0 10;
-moz-border-radius: 15;
}
#announcements > P {
font-weight: bold;
font-style: italic;
}
#resources {
font-size: smaller;
}
div#testing>h4+* { margin-left: 2em }
div#testing>h5+* { margin-left: 4em }
div#testing>h4 { margin-left: 2em }
div#testing>h5 { margin-left: 4em }
div#testing>h3 { margin-left: auto }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>