1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/12201] Center the file size and mark columns.

PHPBB3-12201
This commit is contained in:
Cesar G
2014-02-15 23:48:13 -08:00
parent efe667130d
commit 609c4efff6
2 changed files with 8 additions and 4 deletions

View File

@@ -102,6 +102,10 @@ hr {
height: 1px;
}
.centered-text {
text-align: center;
}
.small {
font-size: 0.85em;
}