Files
chrani-bot-tng/bot/modules/webserver/static/style.css

20 lines
185 B
CSS
Raw Normal View History

2025-11-21 07:26:02 +01:00
table {
caption-side: bottom;
}
table caption {
text-align: right;
}
footer {
text-align: right;
}
.right {
text-align: right;
}
.center {
text-align: center;
}