Ignore:
Timestamp:
2012-04-12T14:19:37+12:00 (12 years ago)
Author:
sjm84
Message:

Some fixes to the Greenstone home page that displays all the collections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/style/core.css

    r25290 r25357  
    224224}
    225225
     226#collectionLinks a div{
     227    display: block;
     228    float: left;
     229    border: 1px solid #888;
     230    margin: 0 20px 20px 0;
     231    font-size: 150%;
     232    color: #444;
     233    text-decoration: none;
     234    background: url(../images/collectionIconStripe.gif) scroll no-repeat 0 0;
     235    padding: 20px;
     236    min-width: 200px;
     237}
     238
     239#collectionLinks a img{
     240    display: block;
     241    float: left;
     242    border: 1px solid #888;
     243    margin: 0 20px 20px 0;
     244    font-size: 150%;
     245    color: #444;
     246    text-decoration: none;
     247}
     248
     249/*
    226250.collectionLink {
    227251    display: block;
     
    235259    padding: 20px;
    236260}
    237 collectionLinkImage {
    238     float: left;
    239 }
     261*/
    240262
    241263/* some text should not be rendered as it is just there for search engines */
     
    734756}
    735757
     758#map_canvas{
     759    margin:0px auto;
     760    width:900px;
     761    height:500px;
     762}
     763
    736764/*
    737765ul.childrenlist li {
Note: See TracChangeset for help on using the changeset viewer.