Changeset 7
- Timestamp:
- 02/06/07 22:22:10 (2 years ago)
- Files:
-
- trunk/templates/photo/view (modified) (1 diff)
- trunk/templates/static/memories.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/templates/photo/view
r2 r7 77 77 </div> 78 78 79 [% IF photo.description OR photo.copyright OR photo.license %] 80 <div class="photodesc"> 81 [% photo.description | html %] 82 [% IF photo.copyright %] <div class="photorights"> [% photo.copyright | html %] </div> [% END %] 83 [% IF photo.license %] <div class="photolicense"> [% photo.license | html %] </div> [% END %] 84 </div> 85 [% END %] 86 79 87 [% MACRO do_tab(tabname, label) BLOCK; %] 80 88 <li> trunk/templates/static/memories.css
r2 r7 89 89 .albums { background: #ffc; padding-left: 15px; border: 1px dotted black; } 90 90 .htmltagcloud { text-align: center; font-family: sans-serif; } 91 .photodesc { background: #fff; padding: 10px; margin: 5px 15px 5px 15px; text-align: center; } 92 .photorights { font-size: 90%; padding: 10px; text-align: right; font-weight: bold; } 93 .photolicense { font-size: 80%; padding: 10px; } 94 91 95 span.tagcloud0 { font-size: 9px;} 92 96 span.tagcloud1 { font-size: 10px;}
