47 lines
599 B
CSS
47 lines
599 B
CSS
body{
|
|
background-color: #d3d3d3;
|
|
}
|
|
|
|
.thumbnail {
|
|
float: left;
|
|
width: 95px;
|
|
height: 90px;
|
|
padding-top: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
.info {
|
|
float: left;
|
|
width: auto;
|
|
height: 90px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
/* Clear floats after the columns */
|
|
.game:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.game{
|
|
width: 600px;
|
|
background: #00b0bc;
|
|
border: 1px solid #027c84;
|
|
border-radius: 2px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#message {
|
|
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
#message {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
} |