diff options
| author | polo <ordipolo@gmx.fr> | 2026-05-08 19:28:11 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-05-08 19:28:11 +0200 |
| commit | d76cfe8fddde8caf2e1d7fc97ee71a3370c012c0 (patch) | |
| tree | c00d82b8cdd8b934e738ff19aa194f74391da668 /public/css | |
| parent | 08dfc9125edf35ccbe3a6e21d9a9918c4b7fd6e9 (diff) | |
| download | cms-d76cfe8fddde8caf2e1d7fc97ee71a3370c012c0.tar.gz cms-d76cfe8fddde8caf2e1d7fc97ee71a3370c012c0.tar.bz2 cms-d76cfe8fddde8caf2e1d7fc97ee71a3370c012c0.zip | |
CCS séparé page maintenance, bug lien page maintenance vers page emails
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/maintenance.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 1 | .maintenance table | ||
| 2 | { | ||
| 3 | border-collapse: collapse; | ||
| 4 | font-size: smaller; | ||
| 5 | } | ||
| 6 | .maintenance table th, .maintenance table td | ||
| 7 | { | ||
| 8 | border: 1px black solid; | ||
| 9 | } \ No newline at end of file | ||
