@@ 63,6 63,27 @@ pre {
overflow: auto;
}
+blockquote {
+ padding: 0.6em;
+ padding-left: 2em;
+ background-color: #eeeeee;
+ border-radius: 0.85em;
+}
+
+blockquote p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote p:before {
+ content: "\201C";
+ font-weight: bold;
+ font-size: 2em;
+ font-family: serif;
+ margin-right: 0.5em;
+}
+
+
+
tr.odd {
background-color: #f3f3f3;
}
@@ 504,4 525,4 @@ div.edit div.input {
font-size: smaller;
font-family: monospace;
text-decoration: none;
-}
No newline at end of file
+}