MediaWiki:Common.css: Difference between revisions
Amwelladmin (talk | contribs) No edit summary |
Amwelladmin (talk | contribs) No edit summary |
||
Line 152: | Line 152: | ||
/* Georgia bullet */ | /* Georgia bullet */ | ||
ul.gbullet { | ul.gbullet { | ||
list-style-type: none; | list-style-type: none; | ||
padding-left: 0; | padding-left: 0; | ||
margin-left: 0; | margin-left: 0; | ||
} | } | ||
ul.gbullet li { | ul.gbullet li { | ||
font-family: Georgia, serif !important; | font-family: Georgia, serif !important; | ||
padding-left: 20px; | padding-left: 20px; | ||
text-indent: 0; | text-indent: 0; | ||
margin-left: 0; | margin-left: 0; | ||
position: relative; | position: relative; | ||
list-style: none; | list-style: none; | ||
} | } | ||
ul.gbullet li::before { | ul.gbullet li::before { | ||
content: "•"; | content: "•"; | ||
position: absolute; | position: absolute; | ||
left: 0; | left: 0; | ||
font-size: 1. | font-size: 1.5em; /* Larger bullet */ | ||
line-height: 1; | line-height: 1; | ||
top: 0. | top: -0.05em; /* Lower bullet position */ | ||
width: 20px; | width: 20px; | ||
text-align: left; | text-align: left; | ||
} | } | ||