Blame view

showcase/src/main/webapp/resources/css/main.css 167 Bytes
bernard authored
1 2 3 4 5 6 7 8 9
@CHARSET "UTF-8";
#pageWrapper{
    margin-top: 20px;
    width: 1200px;
    min-height: 800px;
    border: 1px solid;
    margin-left: auto;
    margin-right: auto;
}