''Sans-serif Racer'' Changelog
- 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 src="" ... /><p>Image caption goes here</p></div>
- 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