Ignore:
Timestamp:
2012-10-11T14:52:29+13:00 (12 years ago)
Author:
sjm84
Message:

Changed the slideshow to use more of the screen and reverting the page width change

File:
1 edited

Legend:

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

    r26301 r26305  
    151151    position: relative;
    152152    margin: 0 auto 20px auto;
    153     width: 80%;
     153    max-width: 1000px;
    154154    padding: 0;
    155155    line-height: 120%;
     
    160160#topArea {
    161161    border: none;
    162     width: 80%;
     162    max-width: 1000px;
    163163    margin: 20px auto 0;
    164164}
     
    840840}
    841841
    842 #gs-slideshow{
    843     width:65%;
    844 }
    845 
    846842.slideshowImage{
    847843    width:100%;
Note: See TracChangeset for help on using the changeset viewer.