Annoying line at the cmsms logo.....fixed(?)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Raven

Annoying line at the cmsms logo.....fixed(?)

Post by Raven »

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 :

Code: Select all

 text-decoration: none;
Hope this is a fix that will work for you.
Locked

Return to “CMSMS Core”