view gis_gui/lib/workspace.css @ 95:75229d2567ba

Merge with 893efd0ac54b719bf16049c66d0d8739acd242f3
author fknauft
date Wed, 26 Jan 2011 17:17:17 +0100
parents 7f008e782563
children
line wrap: on
line source

body {
    background-color: #999;
    font-family:arial, sans serif;
}

#rail {
    width:900px;
    min-height:100%;
    margin:0px auto;
    background-color:#bbb;
}

#moduleslot {
    width:1000px;
    margin:-50px;
    margin-top:10px;
}