View Single Post
Old 01-25-2017, 02:06 PM   #21
ebookreadr
Enthusiast
ebookreadr began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Dec 2012
Device: nook
Quote:
Originally Posted by RbnJrg View Post
I think JSWolf used

Code:
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
instead of

Code:
margin: 0;
because Nook doesn't support the shorthand form.

Regards
Rubén
The nook simple touch I use does recognize this:

Code:
margin: 0 0 0.5em;
I used to use this a lot, but have stopped inserting/changing the space after the paragraphs. Do you still consider this 'shorthand form'?
ebookreadr is offline   Reply With Quote