summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 36d5569..3fc08f7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,8 +1,10 @@
1/* Styles divers */ 1/* Styles divers */
2.cliquable { 2.cliquable {
3 cursor: pointer;
4 text-decoration: underline; 3 text-decoration: underline;
5} 4}
5.cliquable:hover {
6 cursor: pointer;
7}
6 8
7.petit { 9.petit {
8 font-size: 0.8em; 10 font-size: 0.8em;
@@ -24,6 +26,11 @@
24 margin: 0px; 26 margin: 0px;
25 padding: 3px ; 27 padding: 3px ;
26 text-align: center ; 28 text-align: center ;
29 min-width: 10em;
30 min-height: 3em ;
31}
32#grille td:hover {
33 cursor: pointer;
27} 34}
28 35
29#grille td.vide { 36#grille td.vide {