]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 8 Jun 2023 17:07:03 +0000 (19:07 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 8 Jun 2023 17:07:03 +0000 (19:07 +0200)
- make table border visible

templates/base.html

index 07700d2540e20a3e7d306e4ec68b071daf171f47..6648dbdf34f834ec362a37fb7073053ca1d263b5 100644 (file)
@@ -30,6 +30,7 @@
 
         table {
             width: 100%;
+            border: 2px solid #f0f0f0;
             border-spacing: 0px;
         }