mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-28 14:44:15 -04:00
18 lines
245 B
CSS
18 lines
245 B
CSS
|
|
BODY, TD {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 11pt;
|
||
|
|
background-color: white;
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
SMALL {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 8pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
BIG {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 14pt;
|
||
|
|
}
|
||
|
|
|