From 090636c88d88926cb241fec0d25222530e699f5b Mon Sep 17 00:00:00 2001 From: tongwenjing <656274287@qq.com> Date: Sat, 10 Sep 2022 22:38:00 +0800 Subject: [PATCH] Upload From TongWenjing's local development env --- static/style.css | 2 +- wiki/layout.html | 2 +- wiki/menu.html | 2 +- wiki/pages/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 570bf04..e3a42d6 100755 --- a/static/style.css +++ b/static/style.css @@ -2,7 +2,7 @@ body { padding-top: 56px; } .left-aligned { margin-left: auto; } .bg-dark { background-color: #343a40 !important; } .bg-hero { background-color: #2753b3; } - + /* CALLOUT */ .bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem } .bd-callout h4 { margin-bottom:.25rem } diff --git a/wiki/layout.html b/wiki/layout.html index c3810e8..358a4ce 100755 --- a/wiki/layout.html +++ b/wiki/layout.html @@ -17,7 +17,7 @@ {% block customHead %}{% endblock %} - + </head> <body> <!-- Navigation --> diff --git a/wiki/menu.html b/wiki/menu.html index 2668b64..f1f8246 100755 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -28,7 +28,7 @@ <li><a class="dropdown-item" href="{{ url_for('pages', page='partnership') }}">Partnership</a></li> </ul> </li> - + <!---- PROJECT ----> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> diff --git a/wiki/pages/index.html b/wiki/pages/index.html index ec2ca3c..29bc966 100755 --- a/wiki/pages/index.html +++ b/wiki/pages/index.html @@ -16,6 +16,6 @@ {% block page_content %} -<p style="text-align: center;"><h1>Page-Content is here</h1></p> +<p style="text-align: center;"><h1>Page-Content is here </h1></p> {% endblock %} -- GitLab