mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12604] Fix wrong padding when no notifications
Added a class to the <li> when the <li> represents that there's no notifications (no_notifications) and Added a CSS rule that matches the change to the HTML source for when there's no notifications. PHPBB3-12604
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
<ul>
|
||||
<!-- IF not .notifications -->
|
||||
<li>
|
||||
<li class="no_notifications">
|
||||
{L_NO_NOTIFICATIONS}
|
||||
</li>
|
||||
<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user