diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/common.css b/css/common.css index 3212c67..8ae3f8b 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -57,6 +57,12 @@ header { | |||
57 | .content { | 57 | .content { |
58 | line-height: 1.3em; | 58 | line-height: 1.3em; |
59 | } | 59 | } |
60 | blockquote { | ||
61 | border-left: 1px solid gray; | ||
62 | padding-left: 2em; | ||
63 | margin-left: 2em; | ||
64 | font-style: italic; | ||
65 | } | ||
60 | nav { | 66 | nav { |
61 | height: 24px; | 67 | height: 24px; |
62 | width: 100%; | 68 | width: 100%; |