mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Added style.css for php3-tool. I really don't know why it wasn't in the repository before....
This commit is contained in:
parent
e2ee741ea8
commit
c6ae177b07
24
contrib/php3-tool/style.css
Normal file
24
contrib/php3-tool/style.css
Normal file
@ -0,0 +1,24 @@
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user