diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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; +} |
