/*
Theme Name: My Child Theme
Theme URI: http: //www.precancels.com/
Description: My twentyten child template.
Author: Michael Hynes
Author URI: http: //www.precancels.com/
Template: twentyten
Version: 0.1
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url("../twentyten/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Changed the table cell padding from 24px to 12px to fit Forum
   back issue table on content in members only page */

#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 12px;
}
