~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to resources/css/layout.css

  • Committer: Keith Hughitt
  • Date: 2011-05-26 19:28:41 UTC
  • mfrom: (402.1.667 hv)
  • Revision ID: keith.hughitt@nasa.gov-20110526192841-5xmuft9jsm52pzih
Helioviewer.org 2.2.0 Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    margin:0;
6
6
    padding:0;
7
7
    width:100%;
8
 
    background:#fff;
9
8
    min-width:972px;   /* Minimum width of layout - remove line if not required */
10
9
                       /* The min-width property does not work in old versions of Internet Explorer */
11
10
}
65
64
    width:280px;
66
65
    position:relative;
67
66
    left:2px;
 
67
    padding-bottom: 5px;
68
68
    overflow:hidden;
69
69
}
70
70
#footer {