diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 196745a..32f8eac 100644 --- a/static/styles.css +++ b/static/styles.css @@ -26,10 +26,14 @@ div { padding: 1em; } -table#toplinks { +div.toplinks { + background-color: #f7fff7; +} + +table.toplinks { width: 100%; - background-color: #fafffa; td { + padding: 1em; width: 1%; text-align: center; a { |