summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlicia <alicia@ubuntu.ubuntu-domain>2012-08-07 00:44:47 -0700
committerAlicia <alicia@ubuntu.ubuntu-domain>2012-08-07 00:44:47 -0700
commit655a603ecd9951ee8a8d73b724ed44c5d04802c9 (patch)
treee89341d3e0e9e0f157c9478fa150593679e53f68
parent4e0521413e097b0eae28d87b907565ebd2eb529a (diff)
downloadfoosball-655a603ecd9951ee8a8d73b724ed44c5d04802c9.tar.gz
le petit commit d'avant aller faire un très gros dodo
-rw-r--r--style.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/style.css b/style.css
index fa6f31f..4b26ec4 100644
--- a/style.css
+++ b/style.css
@@ -90,7 +90,12 @@ table {
td {
border: thin solid;
- padding: 0.3em
+ padding: 0.3em;
+ text-align: center
+}
+
+#calendar td {
+ text-align: left
}
tr:nth-child(even) td {
@@ -187,7 +192,7 @@ tr:nth-child(even) td {
border-radius: .75em;
width: 220px;
height: 80px;
- background-color: #FFB042
+ background-color: #FFC0C0
}
#S1 {
@@ -203,5 +208,7 @@ tr:nth-child(even) td {
border-radius: .75em;
width: 220px;
height: 80px;
- background-color: #ADFF09
+ background-color: #FF58F7
}
+
+