1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12535] Make <a> adjust to the image width

PHPBB3-12535
This commit is contained in:
PayBas
2014-06-25 17:16:52 +02:00
parent ba2c40cde9
commit 5fedcf0fa8
7 changed files with 84 additions and 12 deletions

View File

@@ -879,6 +879,20 @@ ucp_agreement_terms_before
* Since: 3.1.0-b3
* Purpose: Add content before the terms of agreement text at user registration
ucp_pm_viewmessage_avatar_after
===
* Locations:
+ styles/prosilver/template/ucp_pm_viewmessage.html
* Since: 3.1.0-RC2
* Purpose: Add content right after the avatar when viewing a private message
ucp_pm_viewmessage_avatar_before
===
* Locations:
+ styles/prosilver/template/ucp_pm_viewmessage.html
* Since: 3.1.0-RC2
* Purpose: Add content right before the avatar when viewing a private message
ucp_pm_viewmessage_contact_fields_after
===
* Locations:
@@ -1085,6 +1099,22 @@ viewtopic_print_head_append
* Since: 3.1.0-a1
* Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen
viewtopic_body_avatar_after
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
* Since: 3.1.0-RC2
* Purpose: Add content right after the avatar when viewing topics
viewtopic_body_avatar_before
===
* Locations:
+ styles/prosilver/template/viewtopic_body.html
+ styles/subsilver2/template/viewtopic_body.html
* Since: 3.1.0-RC2
* Purpose: Add content right before the avatar when viewing topics
viewtopic_body_contact_fields_after
===
* Locations: