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 d7de5ef Update apache.css
d7de5ef is described below
commit d7de5ef5829bbc4484d59f68c77c77b9915050f6
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Mar 12 08:38:14 2021 -0800
Update apache.css
---
theme/apache/static/css/apache.css | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/theme/apache/static/css/apache.css
b/theme/apache/static/css/apache.css
index 194dbd3..bd9eb8f 100644
--- a/theme/apache/static/css/apache.css
+++ b/theme/apache/static/css/apache.css
@@ -40,3 +40,11 @@
.center-align {
text-align: center;
}
+
+.float-right {
+ float: right;
+}
+
+.float-left {
+ float: left;
+}