mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
25 lines
352 B
CSS
25 lines
352 B
CSS
BODY,B,P,H2,H1 {
|
|
font-family: lucida sans unicode;
|
|
}
|
|
BODY,P {
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
.form {
|
|
font-size: 10pt;
|
|
color: #003333;
|
|
}
|
|
H3 {
|
|
font-family: Verdana,Arial,Helvetica;
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
}
|
|
.head {
|
|
font-size: 13pt;
|
|
color: #003333;
|
|
}
|
|
.subsection {
|
|
font-size: 12pt;
|
|
color: #003333;
|
|
}
|