View Single Post
Old 02-12-2019, 04:46 AM   #2
GrannyGrump
Obsessively Dedicated...
GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.GrannyGrump ought to be getting tired of karma fortunes by now.
 
GrannyGrump's Avatar
 
Posts: 3,227
Karma: 35037583
Join Date: May 2011
Location: PA {back in the usa!}
Device: Sony PRS-T2, ADE on PC
Setting your height and border-thickness in pt or px (I know, I know... but this is *not* for setting text!) should give more consistent appearance. Anyway, that's how it seems to work for me.


Setting it in em will vary with font-size.

Code:
hr, .hr100
{
border-top:  2pt solid blue;
border-left: none;
border-right: none;
border-bottom: none;
height: 2pt;
margin-top: 1em;
margin-bottom: 1em;
margin-left:0;
margin-right:0;
}

Last edited by GrannyGrump; 02-12-2019 at 04:49 AM.
GrannyGrump is offline   Reply With Quote