]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 5 Jul 2023 19:36:07 +0000 (21:36 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 5 Jul 2023 19:36:07 +0000 (21:36 +0200)
- no border for tables inside .notice

static/css/light.css
templates/base.html

index e46a4a75021ceab1a7336dc264e36471f8f5a13c..25a9b6816de044be645ff58673e634e6a0b3af3a 100644 (file)
@@ -45,6 +45,10 @@ th {
     background-color: #eaeaea;
 }
 
+.notice > table {
+    border: unset !important;
+}
+
 .index-table h3 {
     margin: 0px;
 }
index d67f14df43ab39e852619af004bde4e075c33a6a..0316cad14dde929b1610f6748e591320cf12a312 100644 (file)
@@ -9,7 +9,7 @@
     <link rel="alternate" type="application/rss+xml" title="RSS Feed for latest blocked instances" href="rss" />
     {% block rss %}{% endblock %}
 
-    <link rel="stylesheet" type="text/css" href="{{ url_for('static', path='css/' + theme + '.css') }}?v=0.0.1" media="all" />
+    <link rel="stylesheet" type="text/css" href="{{ url_for('static', path='css/' + theme + '.css') }}?v=0.0.2" media="all" />
 </head>
 
 <body>