summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-07-28 10:31:46 +0200
committerDenise sur Lya <sekhmet@lya>2021-07-28 10:31:46 +0200
commit77986b320dfc33625ea2df7f4049cb6c7f8c222e (patch)
tree9ae157349f22c52d99b3657523283e241f84b3f0 /static/style.css
parentea3e2d07911b2f4d3ff044c4a7bfd4e8c77be937 (diff)
downloadbingo-77986b320dfc33625ea2df7f4049cb6c7f8c222e.tar.gz
bingo-77986b320dfc33625ea2df7f4049cb6c7f8c222e.tar.zst
bingo-77986b320dfc33625ea2df7f4049cb6c7f8c222e.zip
AmĂ©liorations diverses. Lancement officiel de la bĂȘta !
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index fa5f191..36d5569 100644
--- a/static/style.css
+++ b/static/style.css
@@ -15,6 +15,7 @@
15 padding: 1px ; 15 padding: 1px ;
16 margin: 30px ; 16 margin: 30px ;
17 border: 1px solid black ; 17 border: 1px solid black ;
18 table-layout: fixed;
18} 19}
19 20
20#grille td { 21#grille td {
@@ -29,6 +30,12 @@
29 background-color:#999999 ; 30 background-color:#999999 ;
30} 31}
31 32
33.reponse {
34 display: none ;
35 font-style: italic ;
36}
37
38
32/* Formulaire page custom */ 39/* Formulaire page custom */
33.texte { 40.texte {
34 width:20em 41 width:20em
@@ -36,3 +43,4 @@
36 43
37.data { 44.data {
38 width:3em 45 width:3em
46