diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2016-02-25 01:36:29 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2016-02-25 01:36:29 -0300 |
commit | 574b3ecf873e5b27a3c5e8859112da10aaf7a2e9 (patch) | |
tree | 134720e931fbd81585934ceeaedc0049d53f432d | |
parent | 97abb1ccd78426a5bf498865bd0a9341932e5b31 (diff) | |
download | ssg-574b3ecf873e5b27a3c5e8859112da10aaf7a2e9.tar.gz |
Update blockquote style
-rw-r--r-- | styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ html { #footer a:hover { text-decoration: underline; } abbr, acronym { border-bottom: 1px dotted #333; cursor: help; } -blockquote { border-left: 1px solid #333; font-style: italic; padding: 1em; } +blockquote { border-left: 1px solid #555; font-style: italic; padding: 0.9em; margin-left: 20px; } hr { border-width: 0 0 0.1em 0; border-color: #666; } code, pre { font-size: 1.1em } |