Annoying line at the cmsms logo.....fixed(?)
Posted: Wed Mar 15, 2006 8:57 pm
Some of you have maybe seen a blue line crossing the cmsms logo for the default installation layout (mine do, I'm testing the 0.12 version..). This line will disapear when you move your mouse over it.
The reason seems to be the text-decoration for links in the style used that tells the web browser to underline links at the page. If this is a problem for you, you might add the following line in the styelsheet named 'Layout', for both the elements div#header and div#header h1 a :
Hope this is a fix that will work for you.
The reason seems to be the text-decoration for links in the style used that tells the web browser to underline links at the page. If this is a problem for you, you might add the following line in the styelsheet named 'Layout', for both the elements div#header and div#header h1 a :
Code: Select all
text-decoration: none;