diff --git a/examples/article.html b/examples/article.html index 9288be3..aaa2100 100644 --- a/examples/article.html +++ b/examples/article.html @@ -42,17 +42,6 @@
-
- - -
- - - -

We often think of Momentum as a means of dampening oscillations and speeding up the iterations, leading to faster convergence. But it has other interesting behavior. It allows a larger range of step-sizes to be used, and creates its own oscillations. What is going on?

diff --git a/src/styles/d-article.css b/src/styles/d-article.css index 883516c..ea3d4e6 100644 --- a/src/styles/d-article.css +++ b/src/styles/d-article.css @@ -95,13 +95,23 @@ d-article a { d-article p, d-article ul, -d-article ol { - /*font-family: georgia, serif;*/ +d-article ol, +d-article blockquote { + font-family: georgia, serif; margin-top: 0; + margin-left: 0; + margin-right: 0; margin-bottom: 1.7em; -webkit-font-smoothing: antialiased; } +d-article blockquote { + border-left: 2px solid rgba(0, 0, 0, 0.2); + padding-left: 2em; + font-style: italic; + color: rgba(0, 0, 0, 0.6); +} + d-article a { border-bottom: 1px solid rgba(0, 0, 0, 0.4); text-decoration: none; diff --git a/src/styles/d-byline.css b/src/styles/d-byline.css index 4fd0935..acf5324 100644 --- a/src/styles/d-byline.css +++ b/src/styles/d-byline.css @@ -4,6 +4,7 @@ d-byline { font-size: 0.7rem; line-height: 1.8em; padding: 1.5rem 0; + min-height: 1.8em; } d-byline .byline {