Question
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?
Environment
--
ThierryLam - 12 May 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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