| [news.eclipse.technology.phoenix] Re: Add some indentation inside the <div id="midcolumn"> section |
If I do this and I add the following line in the css file layout.css (in the phoenix theme):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>
.homeitem3col p {
padding-left: 5px;
}
I can then get the expected padding.Any thought? -- Olivier