static/style.css
author Tero Marttila <terom@fixme.fi>
Sat, 30 Aug 2008 19:13:15 +0300
changeset 49 10c7dce1a043
parent 27 1e79b4cc8f1b
permissions -rw-r--r--
autogenerate the memcache_test help output, and pipeline memcache requests
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;
}