Changeset 887


Ignore:
Timestamp:
Oct 15, 2005, 11:31:13 PM (19 years ago)
Author:
chrisaga
Message:

Change the image title to <H2> since <H1> is the galery title
Plus it makes the image title header smaller wich is a good thing for users with regular sized screens

Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/image.css

    r886 r887  
    66#imageHeaderBar .imageNumber { float: right; }
    77
    8 #imageHeaderBar H1 {
    9     margin: 1ex 0; /* override default-layout for less bottom-margin */
     8#imageHeaderBar H2 {
     9    /*margin: 1ex 0;  override default-layout for less bottom-margin */
     10    text-align: center;
     11    padding-top: 0;
    1012    clear: both;
    1113}
  • trunk/template/yoga/picture.tpl

    r886 r887  
    77  <div class="imageNumber">{PHOTO}</div>
    88  <!-- BEGIN title -->
    9   <h1>{TITLE}</h1>
     9  <h2>{TITLE}</h2>
    1010  <!-- END title -->
    11   <hr class="separation">
    1211</div>
    1312
Note: See TracChangeset for help on using the changeset viewer.