Using a Mac
Jump to navigation
Jump to search
/* CSS placed here will be applied to all skins */ .tpllabel {
float: left;
width: 15%;
}
.tplvalue {
float: right;
width: 83%;
}
.tpldiv {
clear: both;
}
h1.firstHeading {
display: none;
}
.cleared {
clear: both;
}