Once have this activated I saw that 0.10betaR14 is available. The work to do is to customize the style sheet that came with this plugin.
PS: now it's done. Took the style sheet that came with the plugin, renamed it to ela.css, put it in the theme's root. Note the new line "background: none;" added below
#af-ela ul li {
list-style-type: none;
list-style-image: none;
text-align: left;
padding: 1px 8px;
background: none; /* new */
}
That's to get rid of the bullet image in front of every link.
PSS: font for year, month, category, tag and post is all set to normal instead of bold.
No comments:
Post a Comment