ComptaInde/static/css/app.css

27 lines
261 B
CSS
Raw Normal View History

2020-02-18 08:14:07 +01:00
body {
padding-top: 40px
}
th.centered {
text-align: center;
}
th.push-right {
text-align: right;
}
td.centered {
text-align: center;
}
td.push-right {
text-align: right;
}
p.center {
text-align: center;
}
p.right {
text-align: right;
}