From 8c697abb22481d22c7e2229e1d2df91f72da51cc Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Sat, 2 Mar 2013 19:37:16 +0000 Subject: Blockquote style --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index f72669f..3fa9294 100644 --- a/styles.css +++ b/styles.css @@ -38,6 +38,12 @@ a.toplink:hover { color: #808080; } +blockquote { + background-color: #F4F4F4; + padding: 5px 5px; + border-radius: 5px; +} + span.date { margin: 0px 0px 14px; font-size: 12px; -- cgit v1.2.3