Changeset 17
- Timestamp:
- 02/08/07 21:00:38 (2 years ago)
- Files:
-
- trunk/templates/static/memories.css (modified) (2 diffs)
- trunk/templates/user/album_list (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/templates/static/memories.css
r13 r17 30 30 width: 100%; 31 31 text-align:center; font-size: 80%; font-family:sans-serif; 32 border-bottom: 1px solid black; } 33 32 } 34 33 .photoview { 35 34 text-align:center; … … 87 86 .exifvalue { font-size: 9pt; background: #fff } 88 87 89 .albums { background: #ffc; padding-left: 15px; border: 1px dotted black; }90 88 .htmltagcloud { text-align: center; font-family: sans-serif; } 91 89 .photodesc { background: #fff; padding: 10px; margin: 5px 15px 5px 15px; text-align: center; } trunk/templates/user/album_list
r2 r17 1 <div class=" albums">1 <div class="messages"> 2 2 [% IF request.user == user %] 3 3 <h2> Albums </h2>
