diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index ce1dd77f8b..29cb0f0105 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -196,8 +196,6 @@ table { background: #FEFEFE; box-shadow: rgba(0,0,0,0.08) 0 1px 5px 0; border-collapse: collapse; - margin-left: auto; - margin-right: auto; } table, th, td { border-top: 0; @@ -216,6 +214,10 @@ table, th, td { vertical-align:top; } +.table_font_small { + font-size: 0.98rem; +} + h1, h2, h3, |