1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 21:02:41 +02:00

[ticket/11103] Clean up some notifications CSS

PHPBB3-11103
This commit is contained in:
Matt Friedman
2012-12-27 22:36:44 -08:00
committed by Nathan Guse
parent 918053e478
commit ce1fca2332
2 changed files with 6 additions and 7 deletions

View File

@@ -742,9 +742,9 @@ p.rules a {
}
.notification_list .pointer, .notification_list .pointer_inner {
position: absolute;
width: 0;
height: 0;
position: absolute;
width: 0;
height: 0;
border-top-width: 0;
border-bottom: 10px solid;
border-left: 10px dashed transparent;
@@ -753,7 +753,7 @@ p.rules a {
background: transparent;
}
.notification_list .pointer {
.notification_list .pointer {
right: auto;
left: 10px;
top: -11px;