From ed0fe14eaf1cf25ae2c4b96ac5d2ccf45661f7f2 Mon Sep 17 00:00:00 2001 From: connors Date: Fri, 2 Aug 2013 15:08:33 -0700 Subject: [PATCH] Updating chevrons --- lib/css/chevrons.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/css/chevrons.css b/lib/css/chevrons.css index e0a6120..d75ec75 100644 --- a/lib/css/chevrons.css +++ b/lib/css/chevrons.css @@ -12,19 +12,19 @@ position: relative; display: block; width: 12px; - height: 4px; - background-color: #999; + height: 3px; + background-color: #c7c7cc; content: ''; } /* Position and rotate respective 1/2's of the chevron */ .chevron:before { - top: 5px; + top: 4px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .chevron:after { - top: 7px; + top: 8px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } \ No newline at end of file