Dividing lines change?

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Sun Feb 13, 2011 2:17 pm
Hi Gavick community,

can someone tell me where the pictures are the dividing lines (marked on the image) of the individual modules? I would like to change this, but I do not find in any path.

Greetings
User avatar
Fresh Boarder

Konrad M
Mon Feb 14, 2011 11:04 am
Hi

There are no images. It is h3 border-top style dashed. Located in template.css

Code: Select all
.moduletable h3, .moduletable_text h3, .moduletable_menu h3, .moduletable.dark h3, .moduletable.red h3, .moduletable.green h3, .moduletable.blue h3 {
background:none repeat scroll 0 0 #000000;
border-bottom:1px solid #444444;
border-top:1px dashed #444444;
color:#F6BF00;
font-size:11px;
font-weight:bold;
height:32px;
line-height:32px;
padding:0 2px;
text-transform:uppercase;
}
User avatar


cron