A tiny bit of css code to style the legend on forum index.
Add this to your stylesheet:
Code: Select all
.online-list em a {
font-weight: bold;
font-style: normal;
}
.online-list em {
font-style: normal;
}
The second is styling the word: Legend
Before:
After:
Need a stylesheet for adding extra styling? No need to edit phpBB core!
You can use the Add CSS EXT