.itemBody {
background: rgba(255, 255, 255, 0.8);
padding: 10px;
color: #222222;
}
.itemBody {
background: rgba(255, 255, 255, 0.82);
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
color: #222222;
float: left;
padding: 10px;
width: 98.2%;
}
So, in order to be safe if upgrades are to be done ... where do I put this code?
chriddo wrote:If we talk about modules ... can a solution for this be possible also?
#gkMainbody .box {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
border-radius: 6px;
padding-left: 4px !important;
}
.nspArt p.nspText { color: #222222; }