summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorStephane Caron <stephane.caron@ens.fr>2012-08-07 08:32:46 -0700
committerStephane Caron <stephane.caron@ens.fr>2012-08-07 08:32:46 -0700
commite512cd90c582894fcc19c4e8b19de97184c94471 (patch)
tree7a1fd16af58171c9ac6284e5f25d6cd2bfa95be7 /style.css
parentffd390e909c259258c56cc455dbee978b208d236 (diff)
downloadfoosball-e512cd90c582894fcc19c4e8b19de97184c94471.tar.gz
oups, j'avais oublié de commiter ça
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
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;
+}