hrm wierdness
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
0088ad9985
commit
ccabf178ee
|
@ -22,7 +22,6 @@ body {
|
|||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
color: #000;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -574,13 +573,13 @@ a.navi-comments:hover span {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.members-only {
|
||||
.post .members-only {
|
||||
border: dotted 1px #000;
|
||||
background: #fafafa;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.non-member {
|
||||
.post .non-member {
|
||||
border: dotted 1px #000;
|
||||
background: #fafafa;
|
||||
padding: 3px;
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
/*
|
||||
ThemePack Name: Silver
|
||||
ThemePack URI: http://comicpress.org
|
||||
Description:
|
||||
Author: Tyler Martin
|
||||
Author URI: http://mindfaucet.com/
|
||||
Version: 0.1.0
|
||||
.
|
||||
The CSS, XHTML and design is released under GPL v3:
|
||||
http://www.opensource.org/licenses/gpl-3.0.html
|
||||
.
|
||||
*/
|
||||
|
||||
/* STANDARD TAGS */
|
||||
|
@ -17,7 +12,7 @@ body {
|
|||
margin: 0;
|
||||
font-family: 'Arial', sans-serif;
|
||||
color: #333;
|
||||
background: #fff url('background.png') top repeat-x;
|
||||
background: #fff url('background.png') top center repeat-x;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
<?php if ($post->comment_status != 'closed') { ?><div class="comment-link">[ <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> ]</div><?php } ?>
|
||||
<?php global $post; if ($post->comment_status != 'closed') { ?>
|
||||
<div class="comment-link">[ <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> ]</div><?php } ?>
|
||||
}
|
||||
|
|
|
@ -1,14 +1,9 @@
|
|||
/*
|
||||
ThemePack Name: twopointfive
|
||||
ThemePack URI: http://comicpress.org
|
||||
Description:
|
||||
Author: Tyler Martin
|
||||
Author URI: http://mindfaucet.com/
|
||||
Version: 0.1.0
|
||||
.
|
||||
The CSS, XHTML and design is released under GPL v3:
|
||||
http://www.opensource.org/licenses/gpl-3.0.html
|
||||
.
|
||||
*/
|
||||
|
||||
/* STANDARD TAGS */
|
||||
|
|
Loading…
Reference in New Issue