Skip to content

Instantly share code, notes, and snippets.

@ckahle33
Created April 7, 2014 19:41
Show Gist options
  • Save ckahle33/10037998 to your computer and use it in GitHub Desktop.
Save ckahle33/10037998 to your computer and use it in GitHub Desktop.
.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