projects
/
squirrelmail.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
This is to keep the CSS validator happy.
[squirrelmail.git]
/
themes
/
css
/
sans-12.css
1
body
,
td
,
th
,
dd
,
dt
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
ol
,
ul
,
li
{
2
font-family
:
helvetica
,
arial
,
sans-serif
;
3
}
4
body
{
5
font-size
:
10pt
;
6
}
7
td
{
8
font-size
:
12pt
;
9
}
10
th
{
11
font-size
:
12pt
;
12
}
13
small
{
14
font-size
:
10pt
;
15
}