Update styles

This commit is contained in:
Bill Niblock 2015-05-21 15:23:02 -04:00
parent 3fcf7bffc5
commit 7c4685c7cb
2 changed files with 10 additions and 0 deletions

View file

@ -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.</p>
<h4>[Bill Niblock][2015-05-04][Philosophy]</h4>
</article>

View file

@ -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;
}