From 042a790820fc98591a5661257015cea74294d325 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 5 Dec 2009 16:22:08 -0800 Subject: [PATCH] Added v3cr layout, (note to tyler, need image for comicpress options themestyle.php) Signed-off-by: Philip M. Hofer (Frumph) --- header.php | 1 - index.php | 9 +++++++++ layout-foot.php | 11 +++++++++-- layout-head.php | 26 +++++++++++++++----------- options/themestyle.php | 1 + style.css | 7 +++++++ 6 files changed, 41 insertions(+), 14 deletions(-) diff --git a/header.php b/header.php index 905b5ea..1dc18db 100644 --- a/header.php +++ b/header.php @@ -35,7 +35,6 @@ -
diff --git a/index.php b/index.php index 93a8c12..806849e 100644 --- a/index.php +++ b/index.php @@ -8,6 +8,10 @@
+ +
+ +
@@ -43,6 +47,11 @@ + +
+
+ +
diff --git a/layout-foot.php b/layout-foot.php index e5ebdc5..bd5658e 100644 --- a/layout-foot.php +++ b/layout-foot.php @@ -1,12 +1,19 @@
- +
+
+
+
+ + + diff --git a/layout-head.php b/layout-head.php index 6ea6af0..ebd097d 100644 --- a/layout-head.php +++ b/layout-head.php @@ -8,23 +8,27 @@
- - -
-
+ + +
- - -
-
- - + + +
+
+ + + +
+
+ +
-
+
diff --git a/options/themestyle.php b/options/themestyle.php index ac8c5f2..4e2709a 100644 --- a/options/themestyle.php +++ b/options/themestyle.php @@ -28,6 +28,7 @@ + diff --git a/style.css b/style.css index 617fdb0..2421f20 100644 --- a/style.css +++ b/style.css @@ -413,6 +413,13 @@ h3, h3 a { overflow: hidden; } +#pagewrap-left { + width: 560px; + float: left; + overflow: hidden; +} + + #subcontent-wrapper { clear: both; }