Files
LazyFighters/public/css/style.css
2015-03-15 00:18:21 +08:00

20 lines
231 B
CSS

body {
padding: 20px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.btn-action {
width: 20%;
padding-top: 20%;
padding-bottom: 0
}
#log-area {
overflow: auto;
height: 450px
}