Page 1 of 1
Where is the class="hr" values?
Posted: Fri Jun 29, 2007 12:43 am
by Ulysses
I must be going blind. Just can't find where to mod the values for the Bsically I want to reduce the space above it.
Looked in the .css files but it's not there.
Thanks
Re: Where is the class="hr" values?
Posted: Fri Jun 29, 2007 6:16 am
by cyberman
Found it in layout css
Code: Select all
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
height: 1px;
margin: 1em;
border-bottom: 1px dotted black;
}
Re: Where is the class="hr" values?
Posted: Fri Jun 29, 2007 8:00 am
by Ulysses
cyberman wrote:
Found it in layout css
Code: Select all
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
height: 1px;
margin: 1em;
border-bottom: 1px dotted black;
}
Nice one! Excellent, thank you. I think I need one of those high-tech looking things with the eyeglass you've got on your head.
