I've modified the header and menu area to fit my board and nicely hold a couple of ads.
Now the issue I'm running accross is I've added some rollover image css code to the page to add a back to my main page link and somehow somewhy some padding simply won't go away.
Code: Select all
.bevelmenu li a {style.ph...5&lang=en (line 3815)
color:#AAAAAA;
padding:9px 10px;
text-decoration:none;
}
The padding there, the whole phrase itself, although firebug can't tell me for sure since the whole theme uses imported stylesheets, comes from the the roelof.css file.
I've deleted the line.
It's still there.
I've tried overriding the command with new padding commands.
It's still there.
I've purge the cache for the BB and refreshed the theme over and over.
It's still there.
It's the code that won't leave.
Please - what's going on?
[EDIT] Finally came up with my own fix. I rewrote the code for the class and renamed the target to a new class id applying my newly written code to the new class.
Worked like a charm - wish I had though of it sooner though.