Where is the class="hr" values?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Ulysses
Forum Members
Forum Members
Posts: 64
Joined: Sat Jan 27, 2007 11:41 pm

Where is the class="hr" values?

Post 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
cyberman

Re: Where is the class="hr" values?

Post by cyberman »

Found it in layout css ;D

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;
}
Ulysses
Forum Members
Forum Members
Posts: 64
Joined: Sat Jan 27, 2007 11:41 pm

Re: Where is the class="hr" values?

Post by Ulysses »

cyberman wrote: Found it in layout css ;D

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.  ;D
Post Reply

Return to “Layout and Design (CSS & HTML)”