From 268795ba61ed5adaa452c551e1c3bd58505d16a0 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Tue, 7 Jun 2011 00:56:46 -0400 Subject: [PATCH] Notes and comments look good, index does not --- includes/style.css | 23 ++++++++++++----------- index.php | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/includes/style.css b/includes/style.css index eccbd93..019bc0c 100644 --- a/includes/style.css +++ b/includes/style.css @@ -29,12 +29,13 @@ li { } #banner { - float:right; +/* float:left; margin-right:15px; +*/ + margin-left:15px; } #content { - float:right; width:725px; min-height:300px; margin-bottom: 20px; @@ -42,7 +43,7 @@ li { padding:5px; padding-left:20px; padding-bottom:25px; - text-align:right; + text-align:left; } #portfolio { @@ -79,7 +80,7 @@ li { #contact_me { margin-top:100px; font-family:sans-serif; - text-align:right; + text-align:left; clear:both; } @@ -140,7 +141,7 @@ li { /* notes */ #notes, #note { - text-align:right; + text-align:left; margin-top:20px; } @@ -171,13 +172,13 @@ pre { } #navigation { - text-align:right; + text-align:left; font-family:sans-serif; } #comments { - border-right:1px solid black; - padding-right:15px; + border-left:1px solid black; + padding-left:15px; } .comment { @@ -185,10 +186,10 @@ pre { } #comment { - padding-right:15px; - border-right:1px solid black; + padding-left:15px; + border-left:1px solid black; margin-top:15px; - text-align:right; + text-align:left; } #comment input { diff --git a/index.php b/index.php index 5c6a7f5..c53e9a8 100644 --- a/index.php +++ b/index.php @@ -493,7 +493,7 @@ END_CAPTCHA_STYLE;

what's this say?


-
+



-- 2.30.2