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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user