View Single Post
Old 11-16-2011, 10:52 AM   #1
DAntkowiak
Junior Member
DAntkowiak began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2011
Device: nook, sony, kindle
How do you turn off default text-indent <p> in Nook

I have been trying to turn off the default text-indent for the paragraphs in Nook.
This is my Css
p {
margin: 0;
text-align: left;
line-height: 1.5em;
text-indent: 0em;
}
Any ideas?
DAntkowiak is offline   Reply With Quote