Browse Source

Updating chevrons

pull/210/head
connors 12 years ago
parent
commit
ed0fe14eaf
  1. 8
      lib/css/chevrons.css

8
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);
}
Loading…
Cancel
Save