Thread
:
How can I make a left-justify CSS for CoolReader?
View Single Post
06-07-2010, 11:00 AM
#
2
tmclough
Connoisseur
Posts: 66
Karma: 500010
Join Date: Feb 2010
Location: Greenfield, MA
Device: Astak EZ Reader Pocket PRO
What happens if you replace
Code:
p { text-align: inherit; }
with
Code:
p { text-align: left; }
?
From my understanding, CoolReader uses a subset of the full CSS standard, so maybe (part of) the problem is that it doesn't understand "inherit"?
tmclough
View Public Profile
Find More Posts by tmclough
Track Posts by tmclough via RSS