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 a4f1163  CSS inline gives slightly better performance
a4f1163 is described below

commit a4f1163dc2115eb27ed878937fa0fabb505362bd
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Mar 20 13:44:44 2021 -0700

    CSS inline gives slightly better performance
---
 theme/apache/static/css/apache.css | 67 --------------------------------------
 1 file changed, 67 deletions(-)

diff --git a/theme/apache/static/css/apache.css 
b/theme/apache/static/css/apache.css
deleted file mode 100644
index 81087cb..0000000
--- a/theme/apache/static/css/apache.css
+++ /dev/null
@@ -1,67 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
-.markdown-body {
-  box-sizing: border-box;
-  min-width: 200px;
-  max-width: 980px;
-  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;
-}

Reply via email to