Personal IE Domains

Status
Not open for further replies.

TheMenace

New Member
I'm having a read of that now. On a different note, and I know this may sound daft, but the dashed underlines on your blog confused me a bit. They look like acronyms and not links. Just saying is all :eek: Then again I have been awake since 4am and my head isn't working.
 

mneylon

Administrator
Staff member
I'm not a designer, so I used a pre-made template and made a few cosmetic changes to it
 

mneylon

Administrator
Staff member
As YOU ARE a designer - what do I need to change in the css to make the problem go away ? :)
 

TheMenace

New Member
If you replace the following code in /blog/wp-content/themes/mneylon/style.css

Code:
#content .entry a 
{
    border-bottom:#999 1px dashed;
    text-decoration:none;
}
with, say:


Code:
#content .entry a 
{
    text-decoration:underline;
}
#content .entry a:hover 
 {
     text-decoration:none;
 }
That should do it!
 

TheMenace

New Member
Looks good! Links look a lot more like links! Maybe it's just me but I kind of think 'abbreviation' when I see dotted underlines.
 
Status
Not open for further replies.
Top