1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/11103] Revert the changes to functions_display.php

The css we need to apply to avatars can be applied through css rules.
We don't need to be able to specify a class for the img.

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-09-15 14:47:58 -05:00
parent 7454d5c2d5
commit b081729f25
2 changed files with 4 additions and 5 deletions

View File

@@ -666,7 +666,7 @@ p.rules a {
vertical-align: text-bottom;
}
.notifications-avatar {
#notification_list ul li img {
float: left;
padding: 0 10px 10px 0;