Moderator
t-p
(@t-p)
add border property to this CSS element:
#access a {
something like,
#access a {
border-top: 1px solid #0000000;
border-bottom: 1px solid #0000000;
}
Ah, close, but no rounded corners… Hmmm, thanks so much, it’s a start!
Moderator
t-p
(@t-p)
You are welcome!
but no rounded corners
take a look at the property of the border in sidebar with rounded corners,
play with that property inserting in the above element.
Arg! Can’t seem to find it… plan B!
Moderator
t-p
(@t-p)
I believe the rounded corner property in the sidebar border comes from this CSS element:
#primary, #secondary, #ttw-top-widget, #ttw-bot-widget {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
}