summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorStéphane Caron <stephane.caron@ens.fr>2012-08-07 09:02:08 -0700
committerStéphane Caron <stephane.caron@ens.fr>2012-08-07 09:02:08 -0700
commit8420546bf5369e78edacc94c9a365e2aae1a46e8 (patch)
treeb5dce8c3397d0efb6c9b459d7d2de7aa3a8b8886 /style.css
parent81b95e09f2a3385e65c32ba3ae4d9aec3ebdfad6 (diff)
downloadfoosball-8420546bf5369e78edacc94c9a365e2aae1a46e8.tar.gz
Shadow, non, Shadow !
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/style.css b/style.css
index f11199e..15aa005 100644
--- a/style.css
+++ b/style.css
@@ -125,17 +125,23 @@ tr:nth-child(even) {
#bracket h2 {
margin-top: 0;
- text-align: center
+ text-align: center;
}
#calendar h2 {
- text-align: center
+ text-align: center;
}
#calendar table {
margin-bottom: 2ex;
}
+.shadow {
+ -moz-box-shadow: .1em .1em .1em .1em #aaa;
+ -webkit-box-shadow: .1em .1em .1em .1em #aaa;
+ box-shadow: .1em .1em .1em .1em #aaa;
+}
+
.group {
float: left;
padding: 1em;
@@ -294,3 +300,7 @@ td.team-name {
#beaver:hover {
opacity: 1.0;
}
+
+.spacer {
+ clear: both;
+}