Skip to content

Instantly share code, notes, and snippets.

@eri-trabiccolo
Created March 30, 2015 18:02
Show Gist options
  • Save eri-trabiccolo/100316c92145cbbc0633 to your computer and use it in GitHub Desktop.
Save eri-trabiccolo/100316c92145cbbc0633 to your computer and use it in GitHub Desktop.
Post lists articles in a box
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