changed spinoza name in title, removed click on footnotes
This commit is contained in:
Vendored
+7
-2
@@ -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; }
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+10
-2
@@ -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;
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user