View Single Post
Old 04-19-2014, 06:49 AM   #8
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,827
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by marst View Post
The "bullet" character — I have been trying a single lower-case "O" ("oh," not zero). It isn't quite what I'm after but looks better to me than the tiny bullet provided by "<ul>". I'd prefer a thinner open disk but haven't found just what I'm after yet, at least as an HTML entity.
Maybe you could get it with:

Code:
ul {
    list-style-type: circle;
}
But I'm not sure if that is what you are looking for.
RbnJrg is offline   Reply With Quote