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 47926f4  Add right-align css
47926f4 is described below

commit 47926f421347ac9be5d5456c29006c400577ab78
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Mar 11 15:15:14 2021 -0800

    Add right-align 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 e3c2973..9fdd5f0 100644
--- a/theme/apache/static/css/apache.css
+++ b/theme/apache/static/css/apache.css
@@ -32,3 +32,7 @@
 .footer {
   border-top: 1px solid black;
 }
+
+.right-align {
+  text-align: right;
+}

Reply via email to