From d76cfe8fddde8caf2e1d7fc97ee71a3370c012c0 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 8 May 2026 19:28:11 +0200 Subject: =?UTF-8?q?CCS=20s=C3=A9par=C3=A9=20page=20maintenance,=20bug=20li?= =?UTF-8?q?en=20page=20maintenance=20vers=20page=20emails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/maintenance.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/css/maintenance.css (limited to 'public') diff --git a/public/css/maintenance.css b/public/css/maintenance.css new file mode 100644 index 0000000..c82ceda --- /dev/null +++ b/public/css/maintenance.css @@ -0,0 +1,9 @@ +.maintenance table +{ + border-collapse: collapse; + font-size: smaller; +} +.maintenance table th, .maintenance table td +{ + border: 1px black solid; +} \ No newline at end of file -- cgit v1.2.3