Hi,
found the problem, changed the following part of colibri.css
" h1 span, h2 span, h3 span, h4 span {
overflow:hidden;
display: block;
position: relative;
background-color: inherit;
padding: 0;
margin: 20px 0;
}
h1 span span, h2 span span, h3 span span, h4 span span {
display: inline;
margin: 0;
border-bottom: 0;
} "
to
" h1, h2, h3, h4 {
overflow:hidden;
display: block;
position: relative;
background-color: inherit;
padding: 0;
margin: 20px 0;
}
h1 span, h2 span, h3 span, h4 span {
display: inline;
margin: 0;
border-bottom: 0;
} "
don't know but i don't think there is "span span" :)
hel.
In 2.1M1 it works mayby i'll check the differences in the stylesheets.
-----
semantic-web.hel.at
hel(a)hel.at
--
View this message in context:
http://n2.nabble.com/IE-Display-problem-tp4024042p4070162.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.