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/11 23:15:24 UTC

[petri-site] branch master updated: Add right-align 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 47926f4  Add right-align css
47926f4 is described below

commit 47926f421347ac9be5d5456c29006c400577ab78
Author: Dave Fisher <da...@comcast.net>
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;
+}