diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/static/styles.css b/static/styles.css index 4af9f29..7e54bbd 100644 --- a/static/styles.css +++ b/static/styles.css @@ -6,7 +6,7 @@ h1 { margin: 0; } -div.jumbo { +div.pagetop { padding: 0; background-image: linear-gradient(darkgreen, #f5fff5); } @@ -34,15 +34,9 @@ div { padding: 1em; } -div.toplinks { - padding: 0; - background-color: #f5fff5; -} - table.toplinks { width: 100%; td { - padding: 0.5em; width: 1%; text-align: center; a { |