Created
March 30, 2015 18:02
-
-
Save eri-trabiccolo/100316c92145cbbc0633 to your computer and use it in GitHub Desktop.
Post lists articles in a box
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
body:not(.single-post) #content > article { | |
padding: 15px 20px; | |
margin: 0 0 25px; | |
background: #ffffff none repeat scroll top left; | |
background-image: none; | |
border: solid 6px #9800cb; | |
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1); | |
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1); | |
-goog-ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1); | |
box-shadow: 0 0 5px rgba(0, 0, 0, .1); | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment