From 7fc817efd983de5569728cdab4696087143d0a09 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Sun, 18 Jan 2004 05:25:47 +0000 Subject: [PATCH] no space between toolbar and edit form in IE --- stylesheets/wikistandard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/wikistandard.css b/stylesheets/wikistandard.css index ec6f84ef35..a6f30b5d11 100644 --- a/stylesheets/wikistandard.css +++ b/stylesheets/wikistandard.css @@ -9,6 +9,7 @@ #topbar { padding: 4px;font-size:95%; } #toc { border:1px solid #8888aa; background-color:#f7f8ff;padding:5px;font-size:95%; } #toolbar { border-width:2px;border-style:groove;border-color:black;padding:0px;width:230px;} +#editform { margin-top:1px; } .bodytext { } a.interwiki, a.external { color: #3366BB; } a.printable { text-decoration: underline; } -- 2.20.1