fixed images and blockquotes
This commit is contained in:
parent
fad040badf
commit
ebfcfda58e
1 changed files with 11 additions and 0 deletions
11
content.css
11
content.css
|
@ -48,7 +48,18 @@ article a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div > a:only-child img, figure > a:only-child img, p > a:only-child img,
|
||||||
|
figure > img:only-child, div > img:only-child, p > img:only-child {
|
||||||
|
display: block;
|
||||||
|
margin: 1em auto;
|
||||||
|
float: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue