Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-09-06 15:59:28 -07:00
parent 9059f4a82c
commit 8df8308f83
4 changed files with 9 additions and 5 deletions

View File

@ -97,7 +97,7 @@ function comicpress_admin() {
switch ( $value['type'] ) {
case "comicpress-cp_theme_style": ?>
<tr>
<th scope="row"><strong>Choose which theme style you want to use.</strong><br /><br />This is the style in which your theme will be presented.<br /><br /></th>
<th scope="row"><strong>Choose which theme layout you want to use.</strong><br /><br />This is the layout in which your theme will be presented.<br /><br /></th>
<td valign="top">
<label>
<select name="<?php echo $value['id']; ?>" id="<?php echo $value['id']; ?>" class="code" onchange="showimage(this,'cpthemestyle')">

View File

@ -1,6 +1,6 @@
<strong>ThemePack</strong>: Silver<br />
<strong>ThemePack (default)</strong>: Silver<br />
<strong>Author</strong>: Tyler Martin<br />
<strong>Layouts</strong>: standard, 3c, gn, v, v3c<br />
<br />
<strong>Installation Notes</strong>:<br />
None, works with all styles.<br />
<br />

View File

@ -1,6 +1,6 @@
<strong>ThemePack</strong>: twopointfive<br />
<strong>Author</strong>: Philip M. Hofer (Frumph)<br />
<strong>Layouts</strong>: standard, 3c, gn, v, v3c<br />
<br />
<strong>Installation Notes</strong>:<br />
Search Field in Menubar doesnt look good, works with all styles.<br />
<br />

View File

@ -50,7 +50,11 @@ body {
border-bottom: solid 2px #000;
}
#sidebar-left, #sidebar-right {
#sidebar-left {
padding-top: 0;
}
#sidebar-right {
padding-top: 5px;
}