From cac0c9bf96120f73a391e7d46618f7c2d28c303f Mon Sep 17 00:00:00 2001 From: Stephane Caron Date: Tue, 7 Aug 2012 00:38:38 -0700 Subject: dernier soupir cosmétique avant le dodo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schedule.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'schedule.html') diff --git a/schedule.html b/schedule.html index b0d4cdd..477d0fb 100644 --- a/schedule.html +++ b/schedule.html @@ -21,13 +21,12 @@ -
-

Games schedule

+
+

Games Schedule

- -

Wednesday, August 8th

+

Wednesday, August 8th

-- cgit v1.2.3-70-g09d2 From e512cd90c582894fcc19c4e8b19de97184c94471 Mon Sep 17 00:00:00 2001 From: Stephane Caron Date: Tue, 7 Aug 2012 08:32:46 -0700 Subject: oups, j'avais oublié de commiter ça MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schedule.html | 5 ++++- style.css | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'schedule.html') diff --git a/schedule.html b/schedule.html index 477d0fb..55f7e98 100644 --- a/schedule.html +++ b/schedule.html @@ -38,7 +38,10 @@
3:30pmGroup A - Gaijin vs Olympic Croquets
3:45pmGroup B - Night Hawks vs Cake and Death
5:30pmGroup C - {Sandy, ?} vs {Vijay, Zhen}
- + +
+ kroOon +
diff --git a/style.css b/style.css index 990c9f6..cd8c387 100644 --- a/style.css +++ b/style.css @@ -279,3 +279,17 @@ td.team-name { .cpink { color: #909; } .cyellow { color: #a60; } +.center { + text-align: center; + margin-left: auto; + margin-right: auto; +} + +#beaver { + opacity: 0.25; + margin-top: 5ex; +} + +#beaver:hover { + opacity: 1.0; +} -- cgit v1.2.3-70-g09d2