[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.phoenix] Re: Add some indentation inside the <div id="midcolumn"> section

Eclipse WebMaster (Denis Roy) a écrit :
I think if you wrap your text with <p> that will add the margin you need.

<div class="homeitem3col">
    <h3>Box title</h3>
    <p>This is some text</p>
</div>
If I do this and I add the following line in the css file layout.css (in the phoenix theme):

.homeitem3col p {
	padding-left: 5px;
}
I can then get the expected padding.

Could this be changed? I think it looks better with an additional padding on the left.

Any thought?
--
Olivier