Changeset 11095 for trunk/gsdl


Ignore:
Timestamp:
2006-01-24T16:39:57+13:00 (18 years ago)
Author:
jrm21
Message:

move border=1 for logos in the collection list from receptionist into style
sheet.

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/images/style.css

    r11088 r11095  
    146146}
    147147
     148/* collections that have a logo should have a border around them */
     149table.collections img {
     150  border: 1px solid;
     151}
     152
  • trunk/gsdl/src/recpt/pageaction.cpp

    r10873 r11095  
    369369       
    370370        collectionname
    371           = "<img width=\"150\" border=\"1\" src=\"" + iconurl + "\" alt=\"" + alt + "\">";
     371          = "<img width=\"150\" src=\"" + iconurl + "\" alt=\"" + alt + "\">";
    372372          } else {
    373373        collectionname = alt;
Note: See TracChangeset for help on using the changeset viewer.