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 20:11:47 UTC

[petri-site] branch master updated: CSS in head performs a little better

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 657406d  CSS in head performs a little better
657406d is described below

commit 657406decc45b8859babddd419a196b2de83ccb4
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Sat Mar 20 13:11:43 2021 -0700

    CSS in head performs a little better
---
 theme/apache/templates/base.html | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 6dda803..50bb062 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -76,46 +76,36 @@
   margin: 0 auto;
   padding: 45px;
 }
-
 @media (max-width: 767px) {
   .markdown-body {
     padding: 15px;
   }
 }
-
 .footer {
   border-top: 1px solid black;
   padding-top: 3px;
 }
-
 .right-align {
   text-align: right;
 }
-
 .center-align {
   text-align: center;
 }
-
 blockquote {
   background: bisque;
 }
-
 .h1, h1 {
   font-size: 1.5rem;
 }
-
 .h2, h2 {
   font-size: 1.4rem;
 }
-
 .h3, h3 {
   font-size: 1.3rem;
 }
-
 .h4, h4 {
   font-size: 1.2rem;
 }
-
 .h5, h5 {
   font-size: 1.1rem;
 }
@@ -207,17 +197,7 @@ blockquote {
 
       </div>
     </footer>
-<!--
-    <link rel="stylesheet"
-      href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
-      integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
-      crossorigin="anonymous">
-    <link rel="stylesheet"
-      href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
-      crossorigin="anonymous">
-    <link rel="stylesheet" href="theme/css/apache.css"
-      crossorigin="anonymous">
--->
+
     <script src="https://www.apachecon.com/event-images/snippet.js"></script>
     <script
       src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"