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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2fb6ebd  [MSKINS-206] Apply CSS margins to tables as well
2fb6ebd is described below

commit 2fb6ebd8f7eb5538069c698d1cc20bbc4a68b549
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