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 b4fe35a See if head style and link performs better
b4fe35a is described below
commit b4fe35a93a5d98322965567f8856844da59cbb7c
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Mar 20 13:06:45 2021 -0700
See if head style and link performs better
---
theme/apache/templates/base.html | 64 ++++++++++++++++++++++++++++++++++++++--
1 file changed, 62 insertions(+), 2 deletions(-)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 2cbe8a1..6dda803 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -60,6 +60,66 @@
<meta name="msapplication-TileImage"
content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config"
content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
+
+ <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">
+ <style>
+.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;
+}
+ </style>
</head>
<body id="index" class="home">
@@ -147,7 +207,7 @@
</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"
@@ -157,7 +217,7 @@
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"