Created
November 16, 2015 20:14
-
-
Save nathaningram/195d2f385c5a314e401d to your computer and use it in GitHub Desktop.
Create a PDF Resource Library CSS
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
| /********************************************* | |
| 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