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 d1b8813e522c71819778cd94e7ef548443b70bd0 Author: Michael Osipov <micha...@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}