Sans-serif Racer

Sans-serif Racer WordPress Theme 0.5
Download sansserif-racer.zip. Version: 0.5 (October 15, 2008); Compatible with WordPress 2.3 and higher.
Theme Changelog
- Oct 15, 2008
- Fixed CSS (for IE7 users) for .post.
- Rounded corners for main navigation and post credits.
- Added dedicated attachment page (for WP 2.5+) and support for default image alignment classes.
- Jan 15, 2008
- Changed only one line of CSS code in
style.php — added overflow:hidden; to div.wide selector. You don’t need to update the whole theme if you go to Stylesheet file under Theme Editor and change div.wide { margin:1em auto 1.5em; clear:both; width:100%; text-align:center; } to div.wide { margin:1em auto 1.5em; clear:both; width:100%; text-align:center; overflow:hidden; } . For displaying super wide images you can now use something like this: <div class="image wide"><img alt="" />Image caption goes here</div></li>
- Nov 15, 2007
- Fixed the optional image positioning CSS, which used chained selectors that are not supported by IE browsers.
- Nov 14, 2007
- Comment highlighting for blog authors (checks if
user_id != 0).
- Added CSS classes for positioning images inside posts.
- Smilies are no more floated as the default images but display correctly inline.
- Fixed page navigation (previous, next) for IE which doesn’t clear anything unless it is floated right and have width other then 100%.
- Added new favicon.
- Nov 13, 2007