View Single Post
Old 02-07-2012, 10:49 AM   #6
cjr72
Groupie
cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.cjr72 ought to be getting tired of karma fortunes by now.
 
Posts: 172
Karma: 2900000
Join Date: Apr 2011
Location: A Yankee in Texas
Device: Nexus 6p, Nexus 10
Try this, at the bottom of the css file add:

Quote:
body
{
margin:0 !important;
text-align:left !important;
}

p
{
text-indent:0 !important;
}

For the text-indent this is assuming that the paragraphs are contained in the <p> tag. The '!important' is there to over-ride the settings set in the rest of the css.
cjr72 is offline   Reply With Quote