[HtmlFormat] minor typographical fix-ups (#1009)

This commit is contained in:
fulmeek 2019-02-04 15:33:13 +01:00 committed by LogMANOriginal
parent 11a39af35c
commit 0063d2c376

View file

@ -32,7 +32,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
width: 60%; width: 60%;
margin: 30px auto; margin: 30px auto;
padding: 15px 15px; padding: 15px 15px;
text-align: center;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
border-radius: 4px; border-radius: 4px;
} }
@ -59,6 +58,18 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
} }
section > div.content, section > div.attachments { section > div.content, section > div.attachments {
padding: 10px; padding: 10px;
}
section h1, section h2, section h3, section b, section strong {
font-weight: bold;
}
section i, section em {
font-style: italic;
}
section p:not(:last-child) {
margin-bottom: 1em;
}
section li {
margin-left: 1em;
} }
section > div.attachments > li.enclosure { section > div.attachments > li.enclosure {
list-style-type: circle; list-style-type: circle;
@ -84,4 +95,4 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
} }
button:hover { button:hover {
background: #49afff; background: #49afff;
} }