Changeset 15021 for gsdl/trunk


Ignore:
Timestamp:
2008-02-27T17:12:55+13:00 (16 years ago)
Author:
davidb
Message:

text allignment for collection names on home and group page set to "align left"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/pageaction.cpp

    r15002 r15021  
    360360          } else {     
    361361
    362         collectionname = "<div class=\"collecttitle\" style=\"width: 150px; border: 1px solid; \"><p class=\"collectiontitle\" style=\"font-size: 18px; width: 150px; white-space:normal; \">";
     362        collectionname = "<div class=\"collecttitle\" style=\"width: 150px; border: 1px solid; \"><p class=\"collectiontitle\" style=\"font-size: 18px; width: 150px; white-space:normal; text-align: left;\">";
    363363        collectionname += alt + "</p></div>";
    364364
Note: See TracChangeset for help on using the changeset viewer.