summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2021-02-09 20:30:10 +0100
committerMichael Peter Christen <mc@yacy.net>2021-02-09 20:30:10 +0100
commitb46513f4a16f36d34f23c4b7dd07e38919d3fafe (patch)
treed677dc5ca98c6a6c6e6f51c6b8aa3ab3c88a2e69 /htroot/env/base.css
parent3da76281173022f148ee61ca02cd5a646880a935 (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.css6
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;
}