mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 01:25:35 -07:00
Add CSS for footnotes
This commit is contained in:
@@ -39,6 +39,19 @@ a, a:visited {
|
||||
p, ul, ol {
|
||||
margin: 0.65em 0;
|
||||
}
|
||||
sup {
|
||||
font-size: x-small;
|
||||
}
|
||||
sup > a.footnote::before {
|
||||
content: "[";
|
||||
margin-left: 1pt;
|
||||
}
|
||||
sup > a.footnote::after {
|
||||
content: "]";
|
||||
}
|
||||
a.reversefootnote {
|
||||
font-size: smaller;
|
||||
}
|
||||
.image {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -77,6 +77,15 @@ div#socialnew {
|
||||
}
|
||||
|
||||
/* Blog */
|
||||
sup {
|
||||
font-size: x-small;
|
||||
}
|
||||
sup > a.footnote {
|
||||
margin-left: 1pt;
|
||||
}
|
||||
a.reversefootnote {
|
||||
font-size: smaller;
|
||||
}
|
||||
img.heading, img.image {
|
||||
text-align: center;
|
||||
max-width: 100%; /* N/A on IE6 */
|
||||
|
||||
@@ -159,6 +159,19 @@ div#socialold {
|
||||
p, ul, ol {
|
||||
margin: 0.65em 0;
|
||||
}
|
||||
sup {
|
||||
font-size: x-small;
|
||||
}
|
||||
sup > a.footnote::before {
|
||||
content: "[";
|
||||
margin-left: 1pt;
|
||||
}
|
||||
sup > a.footnote::after {
|
||||
content: "]";
|
||||
}
|
||||
a.reversefootnote {
|
||||
font-size: smaller;
|
||||
}
|
||||
div.image, figure {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
|
||||
Reference in New Issue
Block a user