Changeset 1147

Show
Ignore:
Timestamp:
09/26/06 18:45:23 (2 years ago)
Author:
james
Message:

css pagination tweak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peasantonline/public/stylesheets/catalog.css

    r1146 r1147  
    185185#prev_next { 
    186186        width:  500px; 
     187        font-weight:  bold; 
    187188} 
    188189 
    189 #prev_page
     190#prev_page, #next_page
    190191        width:  250px; 
    191192        float:  left; 
    192193        text-align:  center; 
     194        margin-bottom: 6px; 
    193195} 
    194  
    195 #next_page { 
    196         width:  250px; 
    197         float:  left; 
    198         text-align:  center; 
    199 }