diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-07 16:01:26 -0500 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:55:29 +0200 |
commit | 0e32b5adcfc927be3eba2050d1f1638b7b7c785f (patch) | |
tree | 66b279b5d747193339919714ec57786fbd953de5 /help3xsl | |
parent | 7811cde2c1c25ce5fe96a3ceb942554fe8814098 (diff) |
Helponline: ordered list numbers were too small
Change-Id: Ia41478b03ff696f1ab86a8b57090b1ce0bf79efc
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index b0a0834e6b..d17f5b2c10 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -184,6 +184,7 @@ h6 { color: #18A303; } p, +ol, td { font-size: 1.17rem; margin: 2px 2px 2px 2px; |