diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-07 16:01:26 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-07 17:09:40 -0500 |
commit | abb68975a79863ef292ea8866d1590353329c9be (patch) | |
tree | 026d4cf35c09cf51104c2787a706a737c874dd12 /help3xsl | |
parent | 3a0c8ce97b239a7d2744bb9dc8a704a568c947e0 (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; |