diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2013-03-02 19:37:16 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2013-03-02 19:37:16 +0000 |
commit | 8c697abb22481d22c7e2229e1d2df91f72da51cc (patch) | |
tree | 258335e14319ab4b473f46b10ada23b89b0a8828 | |
parent | 7e1f201b86dab4c39b7ffb2c6af87e519b5c2c2e (diff) |
Blockquote style
-rw-r--r-- | styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |