1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

[ticket/13038] Add link to number of posts of user in viewtopic

PHPBB3-13038
This commit is contained in:
Jakub Senko
2014-09-06 14:28:03 +02:00
parent 6387bf8d13
commit aefd96e604
2 changed files with 5 additions and 1 deletions

View File

@@ -736,6 +736,10 @@ fieldset.polls dd div {
max-width: 100%;
}
.postprofile .profile-posts a {
font-weight: normal;
}
dd.profile-warnings {
font-weight: bold;
}