rollerverbrauch/static/main.css

19 lines
238 B
CSS
Raw Normal View History

2015-03-04 08:11:52 +01:00
body {
2015-03-05 08:02:57 +01:00
padding-top: 50px;
2015-03-04 08:11:52 +01:00
}
2015-03-05 08:02:57 +01:00
.starter-template {
padding: 40px 15px;
text-align: center;
2015-03-04 08:11:52 +01:00
}
2015-03-05 08:02:57 +01:00
th {
text-align: center;
padding-left: 10px;
padding-right: 10px;
2015-03-04 08:11:52 +01:00
}
2015-03-05 08:02:57 +01:00
td {
text-align: right;
padding-left: 10px;
padding-right: 10px;
}