Changeset 103
- Timestamp:
- 03/27/07 13:04:28 (2 years ago)
- Files:
-
- trunk/archives.php (modified) (1 diff)
- trunk/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/archives.php
r98 r103 6 6 <?php get_header(); ?> 7 7 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(); ?> 12 12 </div> 13 13 </div> 14 <div id=" navigation">14 <div id="archive-categories"> 15 15 <h2>Archives<br />By Category</h2> 16 16 <?php arl_subtraction_archives_categories(); ?> 17 17 </div> 18 <div id="extra">19 20 </div>21 18 22 19 <?php get_footer(); ?> trunk/style.css
r95 r103 48 48 } 49 49 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 50 69 #footerleft { 51 70 width: 45%;
