Thread
:
stylesheet.CSS anyone?
View Single Post
12-20-2015, 06:42 PM
#
11
JSWolf
Resident Curmudgeon
Posts: 80,061
Karma: 147983159
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by
pdurrant
Code:
p.first { text-indent: 0em; }
That sort f thing bugs me as it's useless code bloat. Get rid of em and p.
Code:
.first { text-indent: 0; }
That's better. Keep it minimalist and that is minimalist.
JSWolf
View Public Profile
Find More Posts by JSWolf
Track Posts by JSWolf via RSS