tone down css chevron a bit

This commit is contained in:
Jeff Atwood 2014-11-14 01:19:30 -08:00
parent e56e35d7ab
commit e9ec3738d8
1 changed files with 2 additions and 2 deletions

View File

@ -74,11 +74,11 @@
.active > a::after,
{
left: 90%;
top: 28%;
top: 33%;
border: solid transparent;
content: " ";
position: absolute;
border-width: 10px;
border-width: 8px;
border-left-color: $secondary;
}