This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch maven-fluido-skin-1.x
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 92fc3f72946f4c40549482d7e7918a218b0fb06d
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Thu Jan 12 16:26:14 2023 +0100

    [MSKINS-206] Apply CSS margins to tables as well
---
 src/main/resources/css/maven-base.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/css/maven-base.css 
b/src/main/resources/css/maven-base.css
index affdfdc..fddbc17 100644
--- a/src/main/resources/css/maven-base.css
+++ b/src/main/resources/css/maven-base.css
@@ -27,7 +27,8 @@
 }
 
 section > p,
-section > dt {
+section > dt,
+section > table.table {
   margin-right: 7px;
   margin-left: 7px;
 }

Reply via email to