mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 17:15:35 -07:00
Tweak image caption margins and allow Markdown
This commit is contained in:
@@ -153,6 +153,12 @@ div#socialold {
|
||||
.image {
|
||||
text-align: center;
|
||||
}
|
||||
div.image, figure.image {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
img.heading {
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
@@ -166,6 +172,9 @@ img.image {
|
||||
div.imagecaption {
|
||||
display: inline;
|
||||
}
|
||||
div.imagecaption > p {
|
||||
margin: 0px;
|
||||
}
|
||||
hr {
|
||||
border-color: #808080;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user