Created
April 7, 2014 19:41
-
-
Save ckahle33/10037998 to your computer and use it in GitHub Desktop.
This file contains 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
.careerbox { | |
overflow: hidden; | |
line-height: 1.4em; | |
margin: 40px 0; | |
border-top: 1px solid $lightgrey; | |
border-right: 1px solid $lightgrey; | |
border-bottom: 1px solid $lightgrey; | |
border-left: 15px solid $darkblue; | |
padding: 10px 10px 10px 40px; | |
} | |
.career-toggle { | |
float: right; | |
background-image: url("../img/open.png"); | |
height: 32px; | |
background-repeat: no-repeat; | |
width: 32px; | |
} | |
.career-text { | |
float: left; | |
height: 80px; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment