Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Website » Add some indentation inside the <div id="midcolumn"> section
Add some indentation inside the <div id="midcolumn"> section [message #15431] Thu, 12 January 2006 16:13 Go to next message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

Hi,

I believe it would be nice to have a little indentation between the
border of the box and its contents. On the Eclipse web page, this
doesn't look too bad, because there is a list inside the box. But when a
text is added without being in a list, it would be nice to add a little
indentation on the left side.
Is it possible to do this in the Eclipse style?
If this is not possible in the global settings, I'll do it locally.

Thanks,

Olivier
Re: Add some indentation inside the <div id="midcolumn"> section [message #15563 is a reply to message #15431] Fri, 13 January 2006 13:44 Go to previous messageGo to next message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
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>


D.


Olivier Thomann wrote:
> Hi,
>
> I believe it would be nice to have a little indentation between the
> border of the box and its contents. On the Eclipse web page, this
> doesn't look too bad, because there is a list inside the box. But when a
> text is added without being in a list, it would be nice to add a little
> indentation on the left side.
> Is it possible to do this in the Eclipse style?
> If this is not possible in the global settings, I'll do it locally.
>
> Thanks,
>
> Olivier

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the WebMaster FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Re: Add some indentation inside the <div id="midcolumn"> section [message #15660 is a reply to message #15563] Fri, 13 January 2006 14:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

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>
This is what I tried.
And it doesn't work. There is no indentation on the left.
--
Olivier
Re: Add some indentation inside the <div id="midcolumn"> section [message #15713 is a reply to message #15563] Fri, 13 January 2006 18:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

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
Re: Add some indentation inside the <div id="midcolumn"> section [message #16129 is a reply to message #15713] Fri, 13 January 2006 18:37 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
Please file a bug against technology/Phoenix, and we'll test it out.

Thanks!

Olivier Thomann wrote:
> 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

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the WebMaster FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Re: Add some indentation inside the <div id="midcolumn"> section [message #568091 is a reply to message #15431] Fri, 13 January 2006 13:44 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
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>


D.


Olivier Thomann wrote:
> Hi,
>
> I believe it would be nice to have a little indentation between the
> border of the box and its contents. On the Eclipse web page, this
> doesn't look too bad, because there is a list inside the box. But when a
> text is added without being in a list, it would be nice to add a little
> indentation on the left side.
> Is it possible to do this in the Eclipse style?
> If this is not possible in the global settings, I'll do it locally.
>
> Thanks,
>
> Olivier

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the WebMaster FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Re: Add some indentation inside the <div id="midcolumn"> section [message #568188 is a reply to message #15563] Fri, 13 January 2006 14:28 Go to previous message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
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>
This is what I tried.
And it doesn't work. There is no indentation on the left.
--
Olivier
Re: Add some indentation inside the <div id="midcolumn"> section [message #568334 is a reply to message #15563] Fri, 13 January 2006 18:25 Go to previous message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
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
Re: Add some indentation inside the <div id="midcolumn"> section [message #568384 is a reply to message #15713] Fri, 13 January 2006 18:37 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
Please file a bug against technology/Phoenix, and we'll test it out.

Thanks!

Olivier Thomann wrote:
> 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

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the WebMaster FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Previous Topic:local style sheet file
Next Topic:Welcome Newbies
Goto Forum:
  


Current Time: Thu Mar 28 08:57:55 GMT 2024

Powered by FUDForum. Page generated in 0.03154 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top