oglimmer/ggo

View on GitHub
web/src/main/webapp/css/styles.css

Summary

Maintainability
Test Coverage
article, aside, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


#boardContainer {
    display: table;
    margin: 0 auto;
}

#messageOpponentConnectionLost {
    background-color: #AB0000;
    font-weight: bolder;
    letter-spacing: 3px;
}