a93f9226dc6e — Oben Sonne 13 years ago
Style blockquotes
1 files changed, 22 insertions(+), 1 deletions(-)

M app/diggie/templates/diggie/dg.css
M app/diggie/templates/diggie/dg.css +22 -1
@@ 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
+}