Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain <romainx@users.noreply.github.com>2020-10-15 09:27:00 +0300
committerGitHub <noreply@github.com>2020-10-15 09:27:00 +0300
commit19b398eb2448e9b81a3081cce522a1ef27c0730a (patch)
tree36fad0006b90ff3a9954365c29177fd3486ee9a0
parentde80afadd57bb3fb4bbd15ba9ea0f8680af17b71 (diff)
Footnotes style fix with HTML generated by blackfriday (#96)
-rw-r--r--static/dist/site.css4
-rw-r--r--static/styles/site/style.scss2
2 files changed, 3 insertions, 3 deletions
diff --git a/static/dist/site.css b/static/dist/site.css
index 027e046..96d2989 100644
--- a/static/dist/site.css
+++ b/static/dist/site.css
@@ -101,8 +101,8 @@ table tr { border-bottom: 1px dotted #aeadad; }
.post-line:after { border-bottom: 1px dotted #303030; content: ""; display: block; margin: 40px auto 0; width: 100px; }
.post-content a:hover { border-bottom: 1px dotted #f03838; padding: 0 0 2px; }
.post-content:last-child { margin-bottom: 0; }
-.post-content .footnote { border-spacing: 0; margin-bottom: 0; }
-.post-content .footnote .label+td { width: 100%; }
+.post-content .footnotes { border-spacing: 0; margin-bottom: 0; }
+.post-content .footnotes .label+td { width: 100%; }
.post-content .gist tr { border-bottom: 0; }
.post-footer { margin-top: 5px; }
.post-tags, .share { color: #aeadad; font-size: 14px; }
diff --git a/static/styles/site/style.scss b/static/styles/site/style.scss
index 1d945ea..e8bf103 100644
--- a/static/styles/site/style.scss
+++ b/static/styles/site/style.scss
@@ -330,7 +330,7 @@ table {
&:last-child { margin-bottom: 0; }
- .footnote {
+ .footnotes {
border-spacing: 0;
margin-bottom: 0;