diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-04-26 05:13:32 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-04-26 05:13:32 -0500 |
commit | f986a76171ac9fcd45f5996dc9fc3ac31f46dd31 (patch) | |
tree | ab35096ab334f5f8d2cdc7f95a1ca6f1fbfa41a8 /source/default.css | |
parent | 623d809593d6b7ceb9e44ea8e198cc8067c0119a (diff) |
tdf#107193 tdf#107436 Increase body size to 11 pt
Change-Id: I2504884668815682a6f3487c49ed994d5cbff253
Diffstat (limited to 'source/default.css')
-rw-r--r-- | source/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/default.css b/source/default.css index edd767db3c..56d8572a32 100644 --- a/source/default.css +++ b/source/default.css @@ -69,7 +69,7 @@ h1, h2, h3, h4, h5, h6 { } p, td { - font-size: 10pt; + font-size: 11pt; margin: 2px 2px 2px 2px; } @@ -89,7 +89,7 @@ h3 { } h4, h5, h6 { - font-size: 10pt; + font-size: 11pt; } .relatedtopics { |