commit ad6afb03461081e310183ffcaeecbdfbea8c78c7
parent 1581f79d6add4f1130888a64fe486ae5d1d1bc2c
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 8 Mar 2023 22:30:41 +0100
Fix styling on invis table
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/sass/_base.scss b/sass/_base.scss
@@ -128,6 +128,9 @@ table {
border: none;
text-align:center;
}
+ td {
+ border: none;
+ }
}
}
diff --git a/templates/index.html b/templates/index.html
@@ -9,6 +9,9 @@
<p>
<blockquote>"It is most useful to share one's knowledge with others. Otherwise, what is the point in having it?" <br/> - Geshe Wangpo, in The Dalai Lama's Cat by David Michie</blockquote>
</p>
+ <p>
+ <blockquote>"Lecturing is that mysterious process by means of which the contents of the note-book of the professor are transferred through the instrument of the fountain pen to the note-book of the student without passing through the mind of either." <br/> - Slosson</blockquote>
+ </p>
<p>
<a href="https://github.com/thezeroalpha/lectures.alex.balgavy.eu">Everything is on Github</a>, so if you want to fix/change something, feel free to open a pull request.