From 1361815ceb961e1fe9d856cb21238905be28b399 Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER <am@am-networks.fr> Date: Sun, 15 Jan 2023 22:33:10 +0100 Subject: [PATCH] Update CSS --- .DS_Store | Bin 8196 -> 8196 bytes style.css | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.DS_Store b/.DS_Store index 02de0a9dc634e850d2d4962987834c1d8c456a30..81927efeb4b0e43566997cceccd8220a51288a01 100644 GIT binary patch delta 39 qcmZp1XmQx!C&1**GdVy&f`vUP=+ERF0T~FRM?jA8!sgWik^BJh@C=Xu delta 39 vcmZp1XmQx!C%|N{J~==@f@NQQ=h?|Q0x~Ra9g$}z_Xx-_7HnQE5Xlb!3Ih#T diff --git a/style.css b/style.css index de1829b..722fbb4 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +button { + padding: 10px 20px; + background-color: blue; + color: white; +} table, td { border: 1px solid #333; @@ -8,8 +13,3 @@ tfoot { background-color: #1D4699; color: #fff; } -button { - padding: 10px 20px; - background-color: blue; - color: white; -}