e4c4cb197b54 — Oben Sonne 13 years ago
Simplify blockquote style
1 files changed, 1 insertions(+), 19 deletions(-)

M app/diggie/templates/diggie/dg.css
M app/diggie/templates/diggie/dg.css +1 -19
@@ 64,11 64,9 @@ pre {
 }
 
 blockquote {
-    padding: 0.6em;
-    padding-left: 2em;
+    padding: 0.6em 2em;
     border: solid 1px #aaaaaa;
     background-color: #fdf6e3;
-    border-bottom-left-radius: 0.85em;
     border-top-right-radius: 0.85em;
     overflow: auto;
 }

          
@@ 77,22 75,6 @@ blockquote p:last-child {
     margin-bottom: 0;
 }
 
-blockquote p:before, blockquote p:after {
-    font-weight: bold;
-    font-size: 2em;
-    font-family: serif;
-}
-blockquote p:first-child:before {
-    content: "\201C";
-    margin-right: 0.5em;
-}
-blockquote p:last-child:after {
-    content: "\201D";
-    margin-left: 0.5em;
-}
-
-
-
 tr.odd {
     background-color: #f3f3f3;
 }