Because you mentioned the default Joomla module (I completely forgot about that
) I gave it a try...
I used the the module class suffix
gkBullet4 and added next code to override.css to smooth things up.
Looks great to me, thnx Pawel.
- Code: Select all
.box li {
border-bottom: 1px solid #E5E5E5;
line-height: 1.4;
padding: 5px 0px;
overflow: visible;
font-size: 0.9em !important; }
ul.gkBullet1, ul.gkBullet2, ul.gkBullet3, ul.gkBullet4 {
margin: 0px;
padding: 0px; }
.box .header {
margin: 0px !important; }