Created
January 18, 2015 23:50
-
-
Save delucis/5cedeb795638ccf9a96c 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
#page #torso .member .composerav .audio li { | |
width: 48%; | |
margin-right: 4%; | |
margin-bottom: 1.5em; | |
float: left; | |
border-top: 1px solid rgba(0,0,0,0.1); | |
box-shadow: 0 .1em .75em -0.16em #999; | |
background: url("../img/absurdidad.png") center; | |
background-color: rgba(0,0,0,.01); | |
overflow: hidden; | |
} | |
#page #torso .member .composerav .audio li:nth-child(2n) { | |
margin-right: 0; | |
} | |
.composerav p { | |
min-height: 73px; | |
margin-bottom: 0; | |
padding: 0.2em 0.6em 1.5em; | |
} | |
.composerav .embed-container { | |
margin-bottom: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment