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/12 00:02:19 UTC

[petri-site] branch master updated: Update apache.css

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 6d7e5be  Update apache.css
6d7e5be is described below

commit 6d7e5be71d654ec34320a89d7f6a3224368a19a4
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Mar 11 16:02:13 2021 -0800

    Update apache.css
---
 theme/apache/static/css/apache.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/theme/apache/static/css/apache.css b/theme/apache/static/css/apache.css
index 9fdd5f0..194dbd3 100644
--- a/theme/apache/static/css/apache.css
+++ b/theme/apache/static/css/apache.css
@@ -36,3 +36,7 @@
 .right-align {
   text-align: right;
 }
+
+.center-align {
+  text-align: center;
+}