From: Erik Moeller Date: Sun, 18 Jan 2004 05:25:47 +0000 (+0000) Subject: no space between toolbar and edit form in IE X-Git-Tag: 1.3.0beta1~1144 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=7fc817efd983de5569728cdab4696087143d0a09;p=lhc%2Fweb%2Fwiklou.git no space between toolbar and edit form in IE --- 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; }