X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=019bc0c7062be40a316fd6e762489c414fa6d315;hb=268795ba61ed5adaa452c551e1c3bd58505d16a0;hp=eccbd93ce13bd2a38f1e3fb11bde57c70c4204ef;hpb=3287504436374babf203180d8b25def2cfc8dacd;p=dylansserver.git 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 {