extscript-examples/blog-example/src/main/webapp/resources/styles/main.css [211:225]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    display: table;
    width: 780px;

    border: 1px dashed black;
    background-color: #ccccff;
    color: black;
    padding: 5px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    border-radius: 5px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



extscript-examples/myfaces20-example/src/main/webapp/resources/styles/main.css [139:153]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    display: table;
    width: 780px;

    border: 1px dashed black;
    background-color: #ccccff;
    color: black;
    padding: 5px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    border-radius: 5px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



