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/04/30 21:47:49 UTC

[maven-fluido-skin] 06/07: [MSKINS-172] Non-deliberate margin between navigation and rest in side bar

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

commit fcad04c7fa9dcb5336bc9c399253d78d340b2b56
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 30 23:10:00 2022 +0200

    [MSKINS-172] Non-deliberate margin between navigation and rest in side bar
---
 src/main/resources/css/maven-theme.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/resources/css/maven-theme.css b/src/main/resources/css/maven-theme.css
index 4721260..fadc3b1 100644
--- a/src/main/resources/css/maven-theme.css
+++ b/src/main/resources/css/maven-theme.css
@@ -135,3 +135,7 @@ li.pull-right {
   margin-left: 3px;
   margin-right: 3px;
 }
+
+.well {
+  margin-bottom: 10px;
+}