mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 16:01:40 +02:00
[ticket/11103] Fix some style code I missed in prosilver
PHPBB3-11103
This commit is contained in:
@@ -137,6 +137,7 @@
|
||||
<div class="header">
|
||||
{L_NOTIFICATIONS}
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<!-- BEGIN notifications -->
|
||||
<li class="<!-- IF notifications.UNREAD --> bg2<!-- ENDIF -->">
|
||||
@@ -156,7 +157,7 @@
|
||||
</ul>
|
||||
|
||||
<div class="footer">
|
||||
<a style="display: block;" href="{U_VIEW_ALL_NOTIFICATIONS}"><span>{L_SEE_ALL}</span></a>
|
||||
<a href="{U_VIEW_ALL_NOTIFICATIONS}"><span>{L_SEE_ALL}</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user