diff options
| author | Michael Peter Christen <mc@yacy.net> | 2021-02-09 20:30:10 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2021-02-09 20:30:10 +0100 |
| commit | b46513f4a16f36d34f23c4b7dd07e38919d3fafe (patch) | |
| tree | d677dc5ca98c6a6c6e6f51c6b8aa3ab3c88a2e69 /htroot/env/base.css | |
| parent | 3da76281173022f148ee61ca02cd5a646880a935 (diff) | |
added stub of rc3assembly style
a little bit late but whatever
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index 07f112626..4fd484961 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -34,7 +34,7 @@ /* --------------- global elements -------------------------- */ * { - font-family:/*Helvetica, Arial, */sans-serif; + font-family:sans-serif; } /* the following dl style is needed to patch a bug in Safari @@ -549,7 +549,7 @@ a.MenuItemLink { text-decoration:none; margin-top:1px; margin-bottom:1px; - padding:5px 10px 4px 15px; + padding:4px 10px 3px 18px; font-size:1.1em; } @@ -654,8 +654,8 @@ ul.menu, ul.SubMenu { ul.menu li, ul.SubMenu li { list-style:none; - margin:0; margin-top:1px; + margin-bottom:1px; padding:0; } |
