Changeset 7

Show
Ignore:
Timestamp:
02/06/07 22:22:10 (2 years ago)
Author:
simon
Message:

If you've got it, flaunt it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/templates/photo/view

    r2 r7  
    7777</div> 
    7878 
     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 
    7987[% MACRO do_tab(tabname, label) BLOCK; %] 
    8088<li> 
  • trunk/templates/static/memories.css

    r2 r7  
    8989.albums { background: #ffc; padding-left: 15px; border: 1px dotted black; } 
    9090.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 
    9195span.tagcloud0 { font-size: 9px;} 
    9296span.tagcloud1 { font-size: 10px;}