Last active
August 29, 2015 13:57
-
-
Save yeco/9480050 to your computer and use it in GitHub Desktop.
Caret down for Bootstrap 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.caret-down { | |
display: inline-block; | |
width: 0; | |
height: 0; | |
margin-left: 2px; | |
vertical-align: middle; | |
border-bottom: 4px solid; | |
border-right: 4px solid transparent; | |
border-left: 4px solid transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment