Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Created November 16, 2015 20:14
Show Gist options
  • Select an option

  • Save nathaningram/195d2f385c5a314e401d to your computer and use it in GitHub Desktop.

Select an option

Save nathaningram/195d2f385c5a314e401d to your computer and use it in GitHub Desktop.
Create a PDF Resource Library CSS
/*********************************************
Resource Library CSS
*********************************************/
.resource-library a {
text-decoration: none;
background: url(/icons/pdf.png) left center no-repeat;
background-size: 30px 30px;
padding: 15px 0 15px 40px;
}
.resource-library .hentry {
margin: 10px 0;
}
.resource-library {
margin-bottom: 50px;
}
.resource-library .hentry {
width: 275px;
text-align: center !important;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment