table.sections .contentheading {
font-size: 145%;
}
.contentheading {
font-size: 160%;
}
<td class="contentheading" >
<?php echo $section;?> / <?php echo $row->id ? _E_EDIT : _E_ADD;?>
<?php echo _E_CONTENT;?>
<a href="javascript: void(0);" onMouseOver="return overlib('<table><?php echo $docinfo; ?></table>', CAPTION, '<?php echo _E_ITEM_INFO;?>', BELOW, RIGHT);" onMouseOut="return nd();">
<strong>[Info]</strong>
</a>
</td>
<td class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
<?php echo $row->title;?>
<?php HTML_content::EditIcon( $row, $params, $access ); ?>
</td>
<td class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%">
<h1><?php echo $row->title;?></h1>
<?php HTML_content::EditIcon( $row, $params, $access ); ?>
</td>
table.sections .contentheading {
font-size: 145%;
}
.contentheading {
font-size: 160%;
}
table.sections .contentheading {
font-size: 100%;
}
.contentheading {
font-size: 100%;
}
div#mainbody .contentheading {
font-size: 200%;
}
div#mainbody .contentheading {
font-size: 100%;
}
.contentheading {
padding: 10px 0;
line-height:100%;
}
.contentheading {
padding: 0px 10;
line-height:10%;
}
Time to create page: 0.059 seconds