[ticket/11103] Fix some style code I missed in prosilver

PHPBB3-11103
This commit is contained in:
Nathan Guse 2012-10-16 17:28:08 -05:00
parent ee00688829
commit 901739b0c6
2 changed files with 3 additions and 2 deletions

View file

@ -137,6 +137,7 @@
<div class="header"> <div class="header">
{L_NOTIFICATIONS} {L_NOTIFICATIONS}
</div> </div>
<ul> <ul>
<!-- BEGIN notifications --> <!-- BEGIN notifications -->
<li class="<!-- IF notifications.UNREAD --> bg2<!-- ENDIF -->"> <li class="<!-- IF notifications.UNREAD --> bg2<!-- ENDIF -->">
@ -156,7 +157,7 @@
</ul> </ul>
<div class="footer"> <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>
</div> </div>
</li> </li>

View file

@ -713,7 +713,7 @@ p.rules a {
border-top: 1px solid; 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; display: block;
} }