1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/13082] move style to css file

PHPBB3-13082
This commit is contained in:
Jakub Senko
2014-09-20 20:35:14 +02:00
parent ef58752db8
commit ace3b806a9
2 changed files with 5 additions and 1 deletions

View File

@@ -109,6 +109,10 @@ hr {
text-align: center;
}
.text-left {
text-align: left;
}
.small {
font-size: 0.85em;
}