mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 20:28:51 +00:00
[ticket/11103] Fix some style code I missed in prosilver
PHPBB3-11103
This commit is contained in:
parent
ee00688829
commit
901739b0c6
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -713,7 +713,7 @@ p.rules a {
|
|||
border-top: 1px solid;
|
||||
}
|
||||
|
||||
#notification_list ul li a, .notification_list dt > a {
|
||||
#notification_list ul li a, .notification_list dt > a, #notification_list > .footer > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue