Make figure look good
This commit is contained in:
parent
069152215d
commit
301ffe94e8
@ -68,7 +68,7 @@ pre {
|
|||||||
color: #464646;
|
color: #464646;
|
||||||
text-shadow: 0 1px white;
|
text-shadow: 0 1px white;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre;
|
white-space: pre-line;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
@ -83,6 +83,16 @@ pre {
|
|||||||
hyphens: none;
|
hyphens: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
margin: 1em 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
font-size: 0.7em;
|
||||||
|
padding: 0 1em;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0.2em;
|
margin: 0.2em;
|
||||||
border-left: 2px solid #2d3935;
|
border-left: 2px solid #2d3935;
|
||||||
|
Loading…
Reference in New Issue
Block a user