static/style.css
author Tero Marttila <terom@fixme.fi>
Wed, 06 Jan 2010 16:32:00 +0200
changeset 36 caabf287c75e
parent 30 53e99e552122
child 39 eeedb6c2f7c0
permissions -rw-r--r--
add missing dev-server script
body {
    margin: 0px;
    padding: 0px;
}

#viewport {
    overflow: hidden;
    position: absolute;
    /* width is specified inline */

    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    cursor: move;

    background-color: #E5E3DF;
}

#substrate {
    position: absolute;
    top: 0px; left: 0px;
}

#viewport img {
    position: absolute;
    border: none;
}