changed spinoza name in title, removed click on footnotes

This commit is contained in:
2018-05-13 17:06:45 +02:00
parent d1c3fea5a6
commit c842d271e8
6 changed files with 22 additions and 55 deletions
+7 -2
View File
@@ -854,14 +854,19 @@ main#content.mode-text section.enonce {
main#content.mode-text section.enonce div.text div.paragraph img {
float: left; }
main#content.mode-text section.enonce div.text div.paragraph sup {
font-size: 50%;
font-weight: 600; }
font-size: 55%;
font-weight: 400; }
main#content.mode-text section.enonce div.text div.paragraph sup a {
pointer-events: none;
cursor: pointer; }
main#content.mode-text section.enonce hr {
display: none; }
main#content.mode-text section.enonce section ol {
font-size: 0.7em;
margin: -1em 0 2em 0;
padding: 0 0 0 1em; }
main#content.mode-text section.enonce section ol a {
display: none; }
main#content.mode-text .enonce.nested, main#content.mode-text .item.nested {
font-size: 16px; }
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+10 -2
View File
@@ -337,8 +337,12 @@ main#content.mode-text{
float: left;
}
sup{
font-size: 50%;
font-weight: 600;
font-size: 55%;
font-weight: 400;
a{
pointer-events: none;
cursor: pointer;
}
}
}
@@ -353,6 +357,9 @@ main#content.mode-text{
font-size: 0.7em;
margin: -1em 0 2em 0;
padding:0 0 0 1em;
a{
display: none;
}
}
}
@@ -569,6 +576,7 @@ main#content.mode-connections{
}
footer{
position: fixed;
bottom: 0;
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = {
return m('header', [
m('hgroup', [
m('h1', 'Ethica'),
m('h2', 'Benedictus Spinoza')
m('h2', 'Spinoza (1632-1677)')
]),
m('div', {'id':"menus"}, [
m(_PartsNav),