diff --git a/_posts/2015-05-04-Philosophy-of-Bill,-Part-1.html b/_posts/2015-05-04-Philosophy-of-Bill,-Part-1.html index a6177d9..6d87a56 100644 --- a/_posts/2015-05-04-Philosophy-of-Bill,-Part-1.html +++ b/_posts/2015-05-04-Philosophy-of-Bill,-Part-1.html @@ -100,4 +100,6 @@ I seek to learn, and in doing so, find happiness and confusion. It's a recursive system: the confusion leads to learning, which leads to happiness and confusion. And I love recursion.

+ +

[Bill Niblock][2015-05-04][Philosophy]

diff --git a/src/styles.css b/src/styles.css index abb351c..73b640e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -207,6 +207,14 @@ article h3 { text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 0.6em; } +article h4 { + text-align: center; + padding: 10px; + border-top: 1px solid darkgrey; + font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; + text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 0.6em; +} + article p { padding: 0px 25px; }