Hi, dragon.
The best gallery, of course.
I would like to have a help with this mod, about a css modification.
No frames coloured, as you can see below, but only shadowed right and down.
I've obtained that effect using firebug, but I cannot find where to change the strings into the style manager. Can you please help me?
In firebug there is this code:
Code:
element.style {
border:10px double #AEBFD8;
border-bottom-left-radius:7px;
border-bottom-right-radius:7px;
border-top-left-radius:7px;
border-top-right-radius:7px;
box-shadow:#606060 3px 3px 4px;
display:table-cell;
padding:5px;
text-align:center;
vertical-align:middle;
}
It is enough to put "border" from 10px to 0px, but where?