From d2156630c0f3e7aca93cb72c762f713e9c8bdad3 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Tue, 7 Jun 2011 01:09:55 -0400 Subject: [PATCH] removed all inline styles --- includes/style.css | 7 +++++++ index.php | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/includes/style.css b/includes/style.css index c685799..5d2e88f 100644 --- a/includes/style.css +++ b/includes/style.css @@ -218,12 +218,19 @@ pre { position:absolute; top:0px; right:0px; + float:left; + position:relative; + width:100px; } #recaptcha_widget { display:none; } +.recaptcha_help { + font-size:80%; +} + #not_human { display:none; font-weight:bold; diff --git a/index.php b/index.php index 6bed698..f1b2cc1 100644 --- a/index.php +++ b/index.php @@ -219,7 +219,7 @@ class project extends index { WHERE title = ?"; $result = $this->query($sql, "s", $_GET['project']); if ($result = $result[0]['text']) { - $text = str_replace("class='exhibit'", "class='exhibit' style='display:block;'", $result); + $text = str_replace("class='exhibit'", "class='exhibit'", $result); echo $text; echo ""; } else { @@ -493,15 +493,13 @@ END_CAPTCHA_STYLE;

what's this say?


-
-








enter the numbers you hear:

- + another? / audio? / image?help? -- 2.30.2