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

[ticket/14976] Start converting ems

PHPBB3-14976
This commit is contained in:
hanakin
2017-01-08 14:00:13 -05:00
committed by Michael Miday
parent 0e6a0aae8f
commit 980a9a6f69
6 changed files with 48 additions and 55 deletions

View File

@@ -66,9 +66,10 @@ th a:hover {
/* Links for forum/topic lists */
a.forumtitle {
a.forumtitle,
a.topictitle {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
@@ -78,10 +79,6 @@ a.forumtitle:hover {
}
a.topictitle {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
display: inline;
}