1

Topic: Make the header links bold?

You know the userlist, index, login, etc. What command can I add to the css to make the links bold


Thanks smile

Re: Make the header links bold?

Add this to your theme CSS (for example Oxygen.css):

#brdmenu A:link, #brdmenu A:visited {
   font-weight: bold;
}
~Glyceryltrinitrat

"Reality is merely an illusion, albeit a very persistent one." --Albert Einstein

3

Re: Make the header links bold?

Awesome! Thanks!