aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2012-12-27 22:36:44 -0800
committerNathan Guse <nathaniel.guse@gmail.com>2013-01-15 00:57:18 -0600
commitce1fca2332679def5884d82164037bedc7dc86ee (patch)
tree963fd0e921c3e9a82d3bf95ad83d49eddb5ec972 /phpBB/styles/prosilver/theme/common.css
parent918053e4781425f368261db3b55efbb6abad160d (diff)
downloadforums-ce1fca2332679def5884d82164037bedc7dc86ee.tar
forums-ce1fca2332679def5884d82164037bedc7dc86ee.tar.gz
forums-ce1fca2332679def5884d82164037bedc7dc86ee.tar.bz2
forums-ce1fca2332679def5884d82164037bedc7dc86ee.tar.xz
forums-ce1fca2332679def5884d82164037bedc7dc86ee.zip
[ticket/11103] Clean up some notifications CSS
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 0f44b5f861..7f9431770a 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -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;