You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by gi...@apache.org on 2021/03/11 23:15:41 UTC

[petri-site] branch asf-site updated: Automatic Site Publish by Buildbot

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0f49849  Automatic Site Publish by Buildbot
0f49849 is described below

commit 0f498491c2c76b48b6bcffb42fcfa58c37641ed0
Author: buildbot <us...@infra.apache.org>
AuthorDate: Thu Mar 11 23:15:39 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/theme/css/apache.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/output/theme/css/apache.css b/output/theme/css/apache.css
index e3c2973..9fdd5f0 100644
--- a/output/theme/css/apache.css
+++ b/output/theme/css/apache.css
@@ -32,3 +32,7 @@
 .footer {
   border-top: 1px solid black;
 }
+
+.right-align {
+  text-align: right;
+}