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/auxiliary/sq | |
parent | 623d809593d6b7ceb9e44ea8e198cc8067c0119a (diff) |
tdf#107193 tdf#107436 Increase body size to 11 pt
Change-Id: I2504884668815682a6f3487c49ed994d5cbff253
Diffstat (limited to 'source/auxiliary/sq')
-rw-r--r-- | source/auxiliary/sq/default.css | 4 | ||||
-rw-r--r-- | source/auxiliary/sq/highcontrast1.css | 4 | ||||
-rw-r--r-- | source/auxiliary/sq/highcontrast2.css | 4 | ||||
-rw-r--r-- | source/auxiliary/sq/highcontrastblack.css | 4 | ||||
-rw-r--r-- | source/auxiliary/sq/highcontrastwhite.css | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/source/auxiliary/sq/default.css b/source/auxiliary/sq/default.css index cd231a01d1..04a5f8757f 100644 --- a/source/auxiliary/sq/default.css +++ b/source/auxiliary/sq/default.css @@ -41,7 +41,7 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 5pt; } p, td - { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} + { font-size: 11pt; margin-top: 2px; margin-bottom: 2px;} h1 { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} @@ -53,7 +53,7 @@ h3 { font-size: 12pt; } h4, h5, h6 - { font-size: 10pt; } + { font-size: 11pt; } .relatedtopics { font-weight: normal; } diff --git a/source/auxiliary/sq/highcontrast1.css b/source/auxiliary/sq/highcontrast1.css index 0dc3967797..b2a78e5236 100644 --- a/source/auxiliary/sq/highcontrast1.css +++ b/source/auxiliary/sq/highcontrast1.css @@ -41,7 +41,7 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 5pt; } p, td - { font-size: 10pt; } + { font-size: 11pt; } h1 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} @@ -53,7 +53,7 @@ h3 { font-size: 12pt; } h4, h5, h6 - { font-size: 10pt; } + { font-size: 11pt; } .relatedtopics { font-weight: normal; } diff --git a/source/auxiliary/sq/highcontrast2.css b/source/auxiliary/sq/highcontrast2.css index aaa15c02d6..8f1598e24c 100644 --- a/source/auxiliary/sq/highcontrast2.css +++ b/source/auxiliary/sq/highcontrast2.css @@ -41,7 +41,7 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 5pt; } p, td - { font-size: 10pt; } + { font-size: 11pt; } h1 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} @@ -53,7 +53,7 @@ h3 { font-size: 12pt; } h4, h5, h6 - { font-size: 10pt; } + { font-size: 11pt; } .relatedtopics { font-weight: normal; } diff --git a/source/auxiliary/sq/highcontrastblack.css b/source/auxiliary/sq/highcontrastblack.css index c860e6d66d..d01096b38a 100644 --- a/source/auxiliary/sq/highcontrastblack.css +++ b/source/auxiliary/sq/highcontrastblack.css @@ -41,7 +41,7 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 5pt; } p, td - { font-size: 10pt; } + { font-size: 11pt; } h1 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} @@ -53,7 +53,7 @@ h3 { font-size: 12pt; } h4, h5, h6 - { font-size: 10pt; } + { font-size: 11pt; } .relatedtopics { font-weight: normal; } diff --git a/source/auxiliary/sq/highcontrastwhite.css b/source/auxiliary/sq/highcontrastwhite.css index 00dc29282b..179af9d1c5 100644 --- a/source/auxiliary/sq/highcontrastwhite.css +++ b/source/auxiliary/sq/highcontrastwhite.css @@ -41,7 +41,7 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 5pt; } p, td - { font-size: 10pt; } + { font-size: 11pt; } h1 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} @@ -53,7 +53,7 @@ h3 { font-size: 12pt; } h4, h5, h6 - { font-size: 10pt; } + { font-size: 11pt; } .relatedtopics { font-weight: normal; } |