From 80149626404f4ed69595ebefa9a4a0697d1a5737 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 30 Jun 2009 20:01:05 -0400 Subject: [PATCH] implement FS#33 --- 404.php | 2 +- archive-comic-calendar.php | 2 +- archive-comic-storyline-thumbs.php | 2 +- archive-comic-storyline.php | 2 +- archive-comic-year.php | 2 +- archive-comic.php | 2 +- archives.php | 2 +- image.php | 2 +- index.php | 4 ++-- links.php | 2 +- page.php | 2 +- single.php | 2 +- style.css | 14 ++++++++++++-- 13 files changed, 25 insertions(+), 15 deletions(-) diff --git a/404.php b/404.php index 23ed79e..b13e7f4 100644 --- a/404.php +++ b/404.php @@ -1,6 +1,6 @@ -
+

Page Not Found

diff --git a/archive-comic-calendar.php b/archive-comic-calendar.php index d02623c..514c571 100644 --- a/archive-comic-calendar.php +++ b/archive-comic-calendar.php @@ -116,7 +116,7 @@ $month['12'] = array('month' => 'December', 'days' => '31'); ?> -
+
diff --git a/archive-comic-storyline-thumbs.php b/archive-comic-storyline-thumbs.php index d7f00f2..97bce40 100644 --- a/archive-comic-storyline-thumbs.php +++ b/archive-comic-storyline-thumbs.php @@ -61,7 +61,7 @@ Template Name: Comic Storyline with Thumbs -
+
diff --git a/archive-comic-storyline.php b/archive-comic-storyline.php index 53fe225..3cef1c3 100644 --- a/archive-comic-storyline.php +++ b/archive-comic-storyline.php @@ -61,7 +61,7 @@ Template Name: Comic Storyline Archive -
+
diff --git a/archive-comic-year.php b/archive-comic-year.php index aa8dd12..b0adb9b 100644 --- a/archive-comic-year.php +++ b/archive-comic-year.php @@ -33,7 +33,7 @@ Template Name: Comic Year Archive } -
+
diff --git a/archive-comic.php b/archive-comic.php index 9ed76b6..2ca1379 100644 --- a/archive-comic.php +++ b/archive-comic.php @@ -23,7 +23,7 @@ Template Name: Comic Archive } -
+
diff --git a/archives.php b/archives.php index c76596b..ebc09b1 100644 --- a/archives.php +++ b/archives.php @@ -6,7 +6,7 @@ Template Name: Archives -
+

Archives by Month:

diff --git a/image.php b/image.php index 0a057ea..a809e85 100644 --- a/image.php +++ b/image.php @@ -1,6 +1,6 @@ -
+
diff --git a/index.php b/index.php index 7a00925..d3db2c4 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@
-
+
have_posts()) : $comicFrontpage->the_post() ?>
@@ -49,7 +49,7 @@ -
+
diff --git a/links.php b/links.php index 583135a..55f9c9e 100644 --- a/links.php +++ b/links.php @@ -6,7 +6,7 @@ Template Name: Links -
+
diff --git a/page.php b/page.php index 979345c..5f39f4b 100644 --- a/page.php +++ b/page.php @@ -1,6 +1,6 @@ -
+
diff --git a/single.php b/single.php index f610e98..ab86a20 100644 --- a/single.php +++ b/single.php @@ -8,7 +8,7 @@
-
+
diff --git a/style.css b/style.css index b340490..ea2f2b0 100644 --- a/style.css +++ b/style.css @@ -148,7 +148,7 @@ h3, h3 a, h3 a:hover { /* THE PAGE WRAPPER */ -/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */ +/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */ #page { width: 760px; @@ -375,13 +375,23 @@ h3, h3 a, h3 a:hover { /* POSTS - PAGES */ -#column { +#content { width: 560px; padding: 5px 0 20px 0; float: left; overflow: hidden; } +.narrowcolumn +{ + width: 560px; + } + +.widecolumn +{ + width: 760px; + } + .post, .post-comic, .post-page { padding: 0 20px; }