X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=themes%2Fcss%2Fserif-12.css;h=f53d1b78f71bb5e9970cb6ed038575abfdec5070;hp=a650bdfd5320eccc4302736cec488faf9902bead;hb=f5f88553c994dd3d6d7a1dae38b0ed07f6ba126a;hpb=a3add160842395ccb4612001f9781056ec1d073a diff --git a/themes/css/serif-12.css b/themes/css/serif-12.css index a650bdfd..f53d1b78 100644 --- a/themes/css/serif-12.css +++ b/themes/css/serif-12.css @@ -1,8 +1,15 @@ -body { font-family: serif; - font-size: 10pt; } -td { font-family: serif; - font-size: 12pt; } -th { font-family: serif; - font-size: 12pt; } -small { font-family: serif; - font-size: 10pt; } +body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { + font-family: serif; +} +body { + font-size: 10pt; +} +td { + font-size: 12pt; +} +th { + font-size: 12pt; +} +small { + font-size: 10pt; +}