Changeset 1147
- Timestamp:
- 09/26/06 18:45:23 (2 years ago)
- Files:
-
- peasantonline/public/stylesheets/catalog.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
peasantonline/public/stylesheets/catalog.css
r1146 r1147 185 185 #prev_next { 186 186 width: 500px; 187 font-weight: bold; 187 188 } 188 189 189 #prev_page {190 #prev_page, #next_page { 190 191 width: 250px; 191 192 float: left; 192 193 text-align: center; 194 margin-bottom: 6px; 193 195 } 194 195 #next_page {196 width: 250px;197 float: left;198 text-align: center;199 }