Changeset 26301 for main/trunk


Ignore:
Timestamp:
2012-10-11T10:21:46+13:00 (12 years ago)
Author:
sjm84
Message:

Instead of the pages having a max width of 1000px they now have a set width of 80% of the client width. This will make it scale better with higher resolutions.

File:
1 edited

Legend:

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

    r26299 r26301  
    148148}
    149149
    150 #container {    position: relative;
     150#container {
     151    position: relative;
    151152    margin: 0 auto 20px auto;
    152     max-width: 1000px;
     153    width: 80%;
    153154    padding: 0;
    154155    line-height: 120%;
     
    158159
    159160#topArea {
    160     border-bottom: 0px;
    161     max-width: 998px;
     161    border: none;
     162    width: 80%;
    162163    margin: 20px auto 0;
    163164}
Note: See TracChangeset for help on using the changeset viewer.