mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-28 06:44:14 -04:00
22 lines
276 B
CSS
22 lines
276 B
CSS
|
|
A {
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
BODY, TD {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 10pt;
|
||
|
|
background-color: black;
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
SMALL {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 8pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
BIG {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 12pt;
|
||
|
|
}
|
||
|
|
|