From: Roland Häder Date: Wed, 5 Jul 2023 19:36:07 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c9c3236192b5068c1106fb1ac8f46afae2d0c9c;p=fba.git Continued: - no border for tables inside .notice --- diff --git a/static/css/light.css b/static/css/light.css index e46a4a7..25a9b68 100644 --- a/static/css/light.css +++ b/static/css/light.css @@ -45,6 +45,10 @@ th { background-color: #eaeaea; } +.notice > table { + border: unset !important; +} + .index-table h3 { margin: 0px; } diff --git a/templates/base.html b/templates/base.html index d67f14d..0316cad 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,7 +9,7 @@ {% block rss %}{% endblock %} - +