View Single Post
Old 09-13-2013, 08:38 AM   #22
m00min
Connoisseur
m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.m00min ought to be getting tired of karma fortunes by now.
 
m00min's Avatar
 
Posts: 69
Karma: 536046
Join Date: Sep 2012
Device: iPad / NST / Kobo
Ok, I've adjusted some of my CSS. When I use this:

Code:
margin: 0 0 0.75em 0;
the margin isn't being merged into Marvin's formatting.

But when I switch to this:

Code:
margin: 0.75em 0 0 0;
it does get displayed.

Does Marvin only take the margin-top value? If so I can switch my stylesheet around easily enough.
m00min is offline   Reply With Quote