summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
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;
+}