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/20 21:34:16 UTC

[petri-site] branch master updated: Try a larger line-height for li elements

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 1f14748  Try a larger line-height for li elements
1f14748 is described below

commit 1f14748d25fa35afaa3f79f9fefe17f845eee248
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Sat Mar 20 14:34:10 2021 -0700

    Try a larger line-height for li elements
---
 theme/apache/templates/base.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 16b1bb7..6d7b4c2 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -104,6 +104,9 @@ a {
   font-weight: 500;
   color: #005bff;
 }
+li {
+  line-height: 2;
+ }
 .h1, h1 {
   font-size: 1.5rem;
 }