ComptaClub/static/css/app_screen.css

19 lines
196 B
CSS
Raw Normal View History

2020-02-17 21:38:47 +01:00
body {
2022-05-10 08:13:20 +02:00
padding-top: 55px
2020-02-17 21:38:47 +01:00
}
th.centered {
text-align: center;
}
th.push-right {
text-align: right;
}
td.centered {
text-align: center;
}
td.push-right {
text-align: right;
}