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