This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-fluido-skin-1.x-backports in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git
commit 0785d8bd946a6b9e0af370b94e8f6a6c1dfb6554 Author: Michael Osipov <[email protected]> AuthorDate: Sat Mar 25 17:26:56 2023 +0100 [MSKINS-217] CSS shall only apply to <dl> if they are immediate children of <section> --- src/main/resources/css/maven-base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/css/maven-base.css b/src/main/resources/css/maven-base.css index fddbc17..d2bdab5 100644 --- a/src/main/resources/css/maven-base.css +++ b/src/main/resources/css/maven-base.css @@ -28,6 +28,7 @@ section > p, section > dt, +section > dl, section > table.table { margin-right: 7px; margin-left: 7px;
