diff options
| author | Alicia <alicia@ubuntu.ubuntu-domain> | 2012-08-07 00:51:18 -0700 |
|---|---|---|
| committer | Alicia <alicia@ubuntu.ubuntu-domain> | 2012-08-07 00:51:18 -0700 |
| commit | 6e20e90bd4bfcf2e46d2a557119eaa3252dcc4b0 (patch) | |
| tree | dbec92878e856fa366beb4d5ba1f3c8766a472b5 /style.css | |
| parent | 8f26af99d48ea552e92ccae18104ac4e4368c67e (diff) | |
| parent | ffd390e909c259258c56cc455dbee978b208d236 (diff) | |
| download | foosball-6e20e90bd4bfcf2e46d2a557119eaa3252dcc4b0.tar.gz | |
Merge branch 'master' of horel.org:thibaut/foosball
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -26,6 +26,16 @@ header { margin: 0; } +header h1 { + font-size: 350%; + margin-bottom: 0 +} + +header p { + font-size: 110%; + margin-top: .5ex; +} + footer { color: #333; font-size: 80%; @@ -92,10 +102,6 @@ menu a { text-decoration: none; } -header h1 { - margin-bottom: 0 -} - article h1 { text-align: center; font-size: 300%; @@ -123,12 +129,11 @@ tr:nth-child(even) { } #calendar h2 { - text-align: left; - margin-top: 10px + text-align: center } -#calendar h3 { - text-align: center +#calendar table { + margin-bottom: 2ex; } .group { @@ -248,7 +253,7 @@ td.team-name { } #teams tr:hover { - background-color: #bef; + background-color: #d0f0ff; } #teams td.members { |
