Browse Source

removed footnote period

dependabot/npm_and_yarn/node-sass-4.14.1
rdrew 4 years ago
parent
commit
c0e6a17e53
  1. 6
      css/style.css
  2. 2
      css/style.css.map
  3. 4
      src/scss/_article-pages.scss

6
css/style.css

@ -754,18 +754,12 @@ h3 {
grid-template-rows: auto;
grid-template-areas: 'main toc'; } }
.footnote-list .footnotes a:after {
content: '.' !important; }
.footnote-list .footnotes {
font-size: 16px; }
.footnote-list .footnotes a {
/*font-weight: bold;*/ }
.footnote-list .footnotes a:after {
content: '.'; }
.footnote-list .item-list ul li span {
font-size: 15px;
font-style: normal;

2
css/style.css.map

File diff suppressed because one or more lines are too long

4
src/scss/_article-pages.scss

@ -219,7 +219,7 @@ header.article-header {
}
//notes
.footnote-list .footnotes a:after {
content: '.' !important;
//content: '.' !important;
}
.footnote-list {
.footnotes {
@ -227,7 +227,7 @@ header.article-header {
a {
/*font-weight: bold;*/
&:after {
content: '.';
//content: '.';
}
}
}

Loading…
Cancel
Save