15 lines
183 B
CSS
Raw Normal View History

2014-03-15 22:39:57 +07:00
body {
2014-03-15 23:12:35 +07:00
padding-top: 20px;
padding-bottom: 20px;
2014-04-26 15:11:20 +07:00
min-height: 1000px;
2014-03-15 22:39:57 +07:00
}
.navbar {
2014-03-15 23:12:35 +07:00
margin-bottom: 20px;
}
.passed {
color: #339900;
}
.failed {
color: #ff0000;
2014-03-15 22:39:57 +07:00
}