By florianr on
Hello!
I use the bluemarine theme. In Internetexplorer allways the first line of an paragraph is indented.
I had a look in the style.css for "text-indent" but couldn't find anything about that.
In firefox there is no indent.
If I add an aditional div tag araound the content there is no indent.
Any sugestion how I could avoid that indent in IE?
Comments
Bluemarine theme indentation
I had the same problem and solved it by correcting (in themes/bluemarine/style.css)
.node .taxonomy {
[...}
padding: 1.5em;
}
to
.node .taxonomy {
[...]
padding: 0;
}
I hope that helps.
Regards,
Annette
Great!
Great!
Brilliant!
Works like a charm...
I wonder why that happens only in IE, though? ... Hmm.