Removed the extra </div> after removing .column forevah and fixed the style.css to putting padding in .narrowcolumn now and increase width to 550px;

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2010-01-23 02:31:51 -08:00
parent bae1436fc1
commit 80d9d946a6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
<?php if (comicpress_check_child_file('layout-foot') == false) { ?>
</div>
</div>
<?php if (is_cp_theme_layout('v3cr')) { ?>
</div>

View File

@ -443,7 +443,8 @@ h4, h4 a {
}
.narrowcolumn {
width: 540px;
width: 550px;
padding: 0 5px;
}
/* add 10px to smaller width layouts */