mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-24 18:36:59 +03:00
[HtmlFormat] minor typographical fix-ups (#1009)
This commit is contained in:
parent
11a39af35c
commit
0063d2c376
1 changed files with 13 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue