Changeset 103

Show
Ignore:
Timestamp:
03/27/07 13:04:28 (2 years ago)
Author:
zamoose
Message:

Additions for making archives.php not look polly-wolly-crappy.

Still more work to do, however.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/archives.php

    r98 r103  
    66<?php get_header(); ?> 
    77 
    8 <div id="wrapper"> 
    9         <div id="content"> 
    10         <h2>Archives<br />By Date</h2> 
    11         <?php arl_subtraction_archives_posts(); ?> 
     8<div id="archive-wrapper"> 
     9        <div id="archive-posts"> 
     10               <h2>Archives<br />By Date</h2> 
     11               <?php arl_subtraction_archives_posts(); ?> 
    1212        </div> 
    1313</div> 
    14 <div id="navigation"> 
     14<div id="archive-categories"> 
    1515        <h2>Archives<br />By Category</h2> 
    1616        <?php arl_subtraction_archives_categories(); ?> 
    1717</div> 
    18 <div id="extra"> 
    19         &nbsp; 
    20 </div> 
    2118 
    2219<?php get_footer(); ?> 
  • trunk/style.css

    r95 r103  
    4848} 
    4949 
     50#archive-wrapper { 
     51        float:left; 
     52        width:100%; 
     53        margin-left:-49% 
     54} 
     55 
     56#archive-posts{ 
     57        margin-left: 44%; 
     58        padding-left: 5%; 
     59} 
     60 
     61#archive-categories{ 
     62        float: right; 
     63        width: 44%; 
     64        padding-right: 5%; 
     65        text-align: right; 
     66} 
     67 
     68 
    5069#footerleft { 
    5170        width: 45%;