Each time I use a series of
...stuff...
in my twiki page, the left margin keeps moving further left. This behaviour is only happening on IE, Firefox displays the page properly. Check
ThierryLamSandbox , any ideas how to fix it?
--
ThierryLam - 12 May 2008
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
It's more like an IE problem, stick the following CSS at the top of the twiki page:
--
ThierryLam - 12 May 2008
<style type="text/css">
blockquote {
border-left: 1px;
padding-bottom: 1px;
border-bottom: 1px;
}
</style>
--
ThierryLam - 12 May 2008
See also
TextIndentsWhenLinkIsSelected and
TWikibug:Item5622.
--
PeterThoeny - 13 May 2008
Fixed with
TWikibug:Item5622
--
ArthurClemens - 13 May 2008