From 92e727f182cdb093d11a1eb28a8f0ff6e9bed695 Mon Sep 17 00:00:00 2001 From: Taka Date: Tue, 26 May 2020 12:19:33 +0000 Subject: [PATCH] Tweaked the styling for tables in Chapter H content. --- vasl_templates/webapp/data/default-template-pack/ob_vo_note.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vasl_templates/webapp/data/default-template-pack/ob_vo_note.css b/vasl_templates/webapp/data/default-template-pack/ob_vo_note.css index 427432d..0d12d87 100644 --- a/vasl_templates/webapp/data/default-template-pack/ob_vo_note.css +++ b/vasl_templates/webapp/data/default-template-pack/ob_vo_note.css @@ -12,7 +12,7 @@ img.piece { float: left ; margin-right: 0.5em ; } .content .rf { font-style: italic ; color: #444 ; } .content .lfloat { float: left ; margin-right: 0.5em ; } .content .rfloat { float: right ; margin-left: 0.5em ; } -.content table { margin: 0 10px 0 10px ; margin-top: -0.5em ; } +.content table { margin: 0 10px 0 10px ; margin-top: 0.5em ; font-size: 95% ; } .content table th { padding: 2px 10px 2px 5px ; text-align: left ; background: #f0f0f0 ; } .content table td { padding: 0 10px 0 5px ; }