Changeset 1421

Show
Ignore:
Timestamp:
03/12/07 08:24:01 (2 years ago)
Author:
james
Message:

styleforum winner

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peasantonline/app/views/styleforum/index.rhtml

    r1358 r1421  
    11<h1><a href="http://styleforum.net/showthread.php?t=30480">Peasant at StyleForum.net</a></h1> 
    22<p>The latest in denim, sneakers, expensive hoodies, and obscure high-end Japanese trends that you're not cool enough for.</p> 
     3<div id="styleforum"> 
     4        <img src="images/styleforum_top.gif" /> 
     5        <div id="styleforum_winner"><img src="images/styleforum_winner.jpg" /><img src="images/styleforum_winner_name.gif" /></div> 
     6        <img src="images/styleforum_bottom.gif"/> 
     7</div> 
  • peasantonline/public/stylesheets/catalog.css

    r1358 r1421  
    258258padding: 0px 10px; 
    259259} 
     260 
     261#styleforum { 
     262        width: 509px; 
     263        margin: 0px auto; 
     264} 
     265 
     266#styleforum_winner { 
     267        padding: 0px; 
     268        background: url('/images/styleforum_backer.gif'); 
     269} 
     270 
     271#styleforum_winner img{ 
     272        vertical-align: top; 
     273        padding: 0px; 
     274        margin:0px; 
     275}