Looked in the .css files but it's not there.

Thanks
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.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; }