View Single Post
Old 02-13-2014, 04:12 PM   #2
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,820
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by Kol View Post
I'm a newbie.
I am having trouble in trying to remove the blank line before and after bullets (and also numbered lists).
I am sure this can be done by quite easily by entering or changing something in page_style.css and/or stylesheet.css but I can't figure it out.
Any advice
Hmmm, I'm not sure what you mean with blank lines before and after bullets. Could you post a image where we can see what is your issue? Maybe we can fix that by adding in the css stylesheet something like:

Code:
ol, ul, li {
     margin-top: 0;
     margin-bottom: 0;
}
Regards
Rubén
RbnJrg is offline   Reply With Quote