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-rows: auto;
grid-template-areas: 'main toc'; } } grid-template-areas: 'main toc'; } }
.footnote-list .footnotes a:after {
content: '.' !important; }
.footnote-list .footnotes { .footnote-list .footnotes {
font-size: 16px; } font-size: 16px; }
.footnote-list .footnotes a { .footnote-list .footnotes a {
/*font-weight: bold;*/ } /*font-weight: bold;*/ }
.footnote-list .footnotes a:after {
content: '.'; }
.footnote-list .item-list ul li span { .footnote-list .item-list ul li span {
font-size: 15px; font-size: 15px;
font-style: normal; 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 //notes
.footnote-list .footnotes a:after { .footnote-list .footnotes a:after {
content: '.' !important; //content: '.' !important;
} }
.footnote-list { .footnote-list {
.footnotes { .footnotes {
@ -227,7 +227,7 @@ header.article-header {
a { a {
/*font-weight: bold;*/ /*font-weight: bold;*/
&:after { &:after {
content: '.'; //content: '.';
} }
} }
} }

Loading…
Cancel
Save