From 8420546bf5369e78edacc94c9a365e2aae1a46e8 Mon Sep 17 00:00:00 2001 From: Stéphane Caron Date: Tue, 7 Aug 2012 09:02:08 -0700 Subject: Shadow, non, Shadow ! --- style.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'style.css') 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; +} -- cgit v1.2.3-70-g09d2