From ccabf178ee63ad565d83444b36bcab80e53ef84c Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 19 Sep 2009 20:27:16 -0700 Subject: [PATCH] hrm wierdness Signed-off-by: Philip M. Hofer (Frumph) --- style.css | 5 ++--- themepack/silver/style.css | 7 +------ themepack/twopointfive/commentlink.php | 4 +++- themepack/twopointfive/style.css | 5 ----- 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/style.css b/style.css index e61a344..20d9b73 100644 --- a/style.css +++ b/style.css @@ -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; diff --git a/themepack/silver/style.css b/themepack/silver/style.css index a813b91..424c589 100644 --- a/themepack/silver/style.css +++ b/themepack/silver/style.css @@ -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 { diff --git a/themepack/twopointfive/commentlink.php b/themepack/twopointfive/commentlink.php index e19a185..148fd81 100644 --- a/themepack/twopointfive/commentlink.php +++ b/themepack/twopointfive/commentlink.php @@ -1 +1,3 @@ -comment_status != 'closed') { ?> +comment_status != 'closed') { ?> + +} diff --git a/themepack/twopointfive/style.css b/themepack/twopointfive/style.css index 559d569..4ef6ede 100644 --- a/themepack/twopointfive/style.css +++ b/themepack/twopointfive/style.css @@ -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 */