You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/12/10 22:42:02 UTC

[maven-fluido-skin] branch master updated: [MSKINS-197] CSS never applied to

and

in section elements

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 a0d1881  [MSKINS-197] CSS never applied to <p> and <dt> in section elements
a0d1881 is described below

commit a0d18819eefcc484bd331b4dead525a0bc2f5ab4
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Dec 10 23:40:40 2022 +0100

    [MSKINS-197] CSS never applied to <p> and <dt> in section elements
---
 src/main/resources/css/maven-base.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/css/maven-base.css b/src/main/resources/css/maven-base.css
index 072cc38..e7df1e1 100644
--- a/src/main/resources/css/maven-base.css
+++ b/src/main/resources/css/maven-base.css
@@ -19,5 +19,5 @@
 
 .clear{clear:both;visibility: hidden;}
 .clear hr{display: none;}
-.section p,.section p,.section dt,.section dt{margin-right: 7px;margin-left: 7px;}
+section p,section dt{margin-right: 7px;margin-left: 7px;}
 #poweredBy{text-align: center}