Changeset 109

Show
Ignore:
Timestamp:
31/05/05 15:30:10 (4 years ago)
Author:
davea
Message:

swapped the <p> and <ul> of the side bar to make the page validate again

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin.lib.php

    r108 r109  
    454454        } else { 
    455455            if($title){ 
    456                 echo "<h2>"._("Edit Entries")."</h2>\n"; 
     456                echo "<div class=\"td\"><h2>"._("Edit Entries")."</h2>\n"; 
    457457            } 
    458458            echo "<ul>\n"; 
     
    461461            } 
    462462            echo "</ul>\n"; 
     463            if($title) echo "</div>\n"; 
    463464        } 
    464465    } 
  • blog.css

    r105 r109  
    8383#listofblogs { 
    8484    font-size: 14px; 
    85     padding: 1em
     85    padding: 4px
    8686    border: 1px #AFAFAF dotted; 
    8787} 
  • index.php

    r106 r109  
    2727    <div id="content"> 
    2828        <div id="sidepanel"> 
    29             <p class="sideblurb"> 
     29 
    3030                <?php $blog->menu(); ?> 
     31                <p class="sideblurb"> 
    3132                <br /> 
    3233                <a href="http://sucs.org"><img src="<? echo $blog->httpPath."img/sucspow.png"; ?>" alt="<? echo _("Powered by SUCS"); ?>" height="13" width="80" /></a>