1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

[ticket/17459] Increase font sizes

PHPBB-17459
This commit is contained in:
Marc Alexander
2024-11-03 19:50:24 +01:00
parent 485d72f0e8
commit 23010abcb8
9 changed files with 144 additions and 153 deletions

View File

@@ -69,7 +69,7 @@ a.forumtitle,
a.topictitle,
span.topictitle {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 13px;
font-size: 16px;
text-decoration: none;
}
@@ -151,7 +151,7 @@ a.lastsubject:hover {
}
.top {
font-size: 12px;
font-size: 14px;
text-decoration: none;
margin-top: 10px;
}