rollerverbrauch/app/static/main.css

26 lines
277 B
CSS
Raw Normal View History

2015-03-06 21:58:53 +01:00
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
th {
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
td {
text-align: right;
padding-left: 10px;
padding-right: 10px;
2015-03-09 20:06:17 +01:00
}
.error {
color: red;
2015-03-12 08:02:17 +01:00
}
.pitstop {
}