diff options
| author | Michael Peter Christen <mc@yacy.net> | 2020-12-12 14:17:45 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2020-12-12 14:17:45 +0100 |
| commit | 9a5694261a95c50e5e669a39868e1a9bbe56f93a (patch) | |
| tree | 19fb9f66a956c29559e265c07890a10cf9f9cb11 /skins | |
| parent | 4ec55289a847369d80697932c21900f16bf02e35 (diff) | |
design update
more space
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/pdblue.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/pdblue.css b/skins/pdblue.css index ca40066f9..b9791b5cc 100644 --- a/skins/pdblue.css +++ b/skins/pdblue.css @@ -34,7 +34,8 @@ a:hover { background-color: #5090D0; font-weight: bold; - padding-bottom:3px; + padding-top:6px; + padding-bottom:6px; color:white; } @@ -56,6 +57,10 @@ a.MenuItemLink, ul.SubMenu em { color:#18294A; } +div.SubMenu h3 { + padding: 6px 10px; +} + a:hover.MenuItemLink { background-color:transparent; color:#18294A; |
