make it float right

This commit is contained in:
rick
2025-07-05 21:55:28 +02:00
parent b22e583ab3
commit 996fca9e34
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ table, th, td {
padding: 4px;
}
.float-right{
float:right;
.float-left{
float:left;
}