Blockquote and img styles

Added default blockquote and img styles
This commit is contained in:
Juan Manuel Cabello 2016-12-19 11:19:25 +01:00 committed by GitHub
parent 88f03612b0
commit 685f83ef6e

17
css/skeleton.css vendored
View File

@ -13,6 +13,8 @@
- Grid
- Base Styles
- Typography
- Blockquote
- Images
- Links
- Buttons
- Forms
@ -155,6 +157,21 @@ p {
margin-top: 0; }
/* Blockquote
-------------------------------------------------- */
blockquote {
border-left: 1px solid #999;
padding-left: 10px;
font-style: italic;
color: #999; }
/* Images
-------------------------------------------------- */
img {
border-radius: 4px;
border: 1px solid #E1E1E1;
padding: 3px; }
/* Links
*/
a {