diff --git a/static/HtmlFormat.css b/static/HtmlFormat.css
index e17e3255..5b9fd2e1 100644
--- a/static/HtmlFormat.css
+++ b/static/HtmlFormat.css
@@ -32,7 +32,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
width: 60%;
margin: 30px auto;
padding: 15px 15px;
- text-align: center;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
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 {
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 {
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 {
background: #49afff;
-}
\ No newline at end of file
+}