Blockquote and img styles
Added default blockquote and img styles
This commit is contained in:
parent
88f03612b0
commit
685f83ef6e
17
css/skeleton.css
vendored
17
css/skeleton.css
vendored
@ -13,6 +13,8 @@
|
|||||||
- Grid
|
- Grid
|
||||||
- Base Styles
|
- Base Styles
|
||||||
- Typography
|
- Typography
|
||||||
|
- Blockquote
|
||||||
|
- Images
|
||||||
- Links
|
- Links
|
||||||
- Buttons
|
- Buttons
|
||||||
- Forms
|
- Forms
|
||||||
@ -155,6 +157,21 @@ p {
|
|||||||
margin-top: 0; }
|
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
|
/* Links
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user