Commit e9f54b3f authored by Matthew Taylor's avatar Matthew Taylor

use border-bottom, not top

this fixes an issue with comment bubble displays in firefox
parent 74400b05
......@@ -12,7 +12,7 @@
position: absolute;
top: -1px;
left: -13px;
border-top: 12px solid $ui-border;
border-bottom: 12px solid $ui-border;
border-left: 13px solid $ui-border;
border-radius: 0 0 0 13px;
width: 0;
......@@ -24,7 +24,7 @@
position: absolute;
top: 0;
left: -12px;
border-top: 10px solid $ui-white;
border-bottom: 10px solid $ui-white;
border-left: 12px solid $ui-white;
border-radius: 0 0 0 12px;
width: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment