diff --git a/index.php b/index.php index 8368af5..d42331a 100644 --- a/index.php +++ b/index.php @@ -13,27 +13,26 @@ - + - in_the_loop = true; $comicFrontpage = new WP_Query(); $comicFrontpage->query('showposts=1&cat='.get_all_comic_categories_as_cat_string()); - while ($comicFrontpage->have_posts()) : $comicFrontpage->the_post() ?> + in_the_loop = true; $comicFrontpage = new WP_Query(); $comicFrontpage->query('showposts=1&cat='.get_all_comic_categories_as_cat_string()); + while ($comicFrontpage->have_posts()) : $comicFrontpage->the_post() ?> -
-
-
-
+
+ +
-
+
-
-
- - - +
+ + + + -
+
@@ -53,16 +52,8 @@
-
-
- -
-
- - - - + +} else { ?>
@@ -76,6 +67,16 @@ +
+
+ +
+
+ +
+
-
-
- -
-
-
+
-
+ +
+
+ diff --git a/style.css b/style.css index 5749264..da5ba62 100644 --- a/style.css +++ b/style.css @@ -368,27 +368,25 @@ h3, h3 a { /* THE COMIC */ +#comic-head { + padding-top: 5px; +} + #comic { background: #fff; - padding: 10px 0; border: 1px solid #999; text-align: center; z-index: 100; - margin: 10px 0; } - #comic .comic-left { - float: left; - } - - #comic .comic-right { - float: right; - } +#comic img { + margin: 5px; +} +#comic-foot { + padding-bottom: 5px; +} - #comic .comic-content { - z-index: 100; - } /* THE FOOTER */ @@ -478,11 +476,10 @@ a.navi-comments:hover span { margin: 0; } - +/* Wraps the content area */ #content-wrapper { - margin: 0 auto; + margin: 0; padding: 0; - clear: both; } @@ -1342,7 +1339,8 @@ li.storyline-root { padding: 5px 0 5px 5px; margin: 0 8px 8px 0; float: left; - border: 1px solid #000; + border: 1px solid #999; + background:#fff; } .cpcal-monthtitle { @@ -1377,7 +1375,7 @@ li.storyline-root { text-align: center; font-size: 10px; line-height: 13px; - border: 1px solid #000; + border: 1px solid #999; } .cpcal-day a {