Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -N -r1.64.2.2 -r1.64.2.3 --- openacs-4/packages/xowiki/www/resources/xowiki.css 12 May 2019 20:02:46 -0000 1.64.2.2 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 2 Sep 2019 13:46:41 -0000 1.64.2.3 @@ -73,15 +73,21 @@ } div.xowiki-content h3 { /* font-size: 14px; */ + clear: both; text-indent: 0em; margin-top: 0.75em; margin-bottom: 0.1em; letter-spacing: 0px; color: #222222; text-align: left; font-weight: bold; } div.xowiki-content h4 { /* font-size: 12px; */ + clear: both; margin: 0; } +div.xowiki-content h5, +div.xowiki-content h6 { + clear:both; +} div.xowiki-content .box {border: 1px solid #a1a5a9; padding: 0 5px 5px 5px; margin: 0 0 1.25em 0;} div.xowiki-content .errorMsg {background: #FFF; color: red; font-weight: bold;} div.xowiki-content .hr {