Changeset 210


Ignore:
Timestamp:
Oct 22, 2007, 5:40:24 PM (17 years ago)
Author:
andersk
Message:

The CSS interferes with the height=100% on the VNC applet. (Also, I
don't approve of my CSS being ripped off for a website it wasn't
designed for.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/static/layout.css

    r182 r210  
    1 html {
    2     background: #529;
    3     padding: .75em;
     1html,body {
     2        height: 100%;
    43}
    5 body {
    6     position: relative;
    7     max-width: 66em;
    8     margin: 0 auto;
    9     padding: 1em;
    10     border: 1px solid black;
    11     background: #fff;
    12 }
Note: See TracChangeset for help on using the changeset viewer.