You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/17 21:55:58 UTC

[petri-site] branch master updated: footer padding

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

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 88bced1  footer padding
88bced1 is described below

commit 88bced1c906938e0a4cad863f9ed60ef8420be13
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Wed Mar 17 14:55:51 2021 -0700

    footer padding
---
 theme/apache/static/css/apache.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/apache/static/css/apache.css b/theme/apache/static/css/apache.css
index 56c137a..fee9d1d 100644
--- a/theme/apache/static/css/apache.css
+++ b/theme/apache/static/css/apache.css
@@ -31,7 +31,7 @@
 
 .footer {
   border-top: 1px solid black;
-  padding-top: 1px;
+  padding-top: 3px;
 }
 
 .right-align {