From 589166f76b8792d37a44e9c4107f7aeeb0e15565 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Thu, 27 Aug 2009 09:47:33 -0700 Subject: [PATCH] more fixes Signed-off-by: Philip M. Hofer (Frumph) --- archive-blog-calendar.php | 2 +- archive-comic-calendar.php | 4 ++-- footer.php | 2 +- image.php | 3 +++ style.css | 5 ++++- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/archive-blog-calendar.php b/archive-blog-calendar.php index 6256cc0..010e9cf 100644 --- a/archive-blog-calendar.php +++ b/archive-blog-calendar.php @@ -93,7 +93,7 @@ $month['12'] = array('month' => 'December', 'days' => '31');
-

+

diff --git a/archive-comic-calendar.php b/archive-comic-calendar.php index 5895037..be93a15 100644 --- a/archive-comic-calendar.php +++ b/archive-comic-calendar.php @@ -92,12 +92,12 @@ $month['12'] = array('month' => 'December', 'days' => '31');
- +

- +
| get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC"); diff --git a/footer.php b/footer.php index cb3f871..9067e5d 100644 --- a/footer.php +++ b/footer.php @@ -10,7 +10,7 @@

- © . is powered by WordPress with ComicPress + © . is powered by WordPress with ComicPress | Subscribe: RSS Feed | Back to Top ↑

diff --git a/image.php b/image.php index 3e0252b..84bca30 100644 --- a/image.php +++ b/image.php @@ -65,6 +65,9 @@
+ comment_status) { + comments_template('', true); + } ?>
diff --git a/style.css b/style.css index 2ac7cc7..099a74d 100644 --- a/style.css +++ b/style.css @@ -196,7 +196,9 @@ h3, h3 a { #menubar { background: url('images/menu.png'); text-align: left; - border: 1px solid #999; + border-width: 1px 1px 1px 0; + border-style: solid; + border-color: #999; } #menunav { @@ -994,6 +996,7 @@ ul.children { border: 1px solid #000; overflow: hidden; background: #000; + text-align: center; }