CJ há 1 ano atrás
pai
commit
71933d76cc
1 ficheiros alterados com 17 adições e 0 exclusões
  1. 17 0
      templates/blog.html

+ 17 - 0
templates/blog.html

@@ -32,6 +32,23 @@
     <link rel="shortcut icon" href="{% static 'favicon.ico' %}">
     <link rel="shortcut icon" href="{% static 'favicon.ico' %}">
 
 
     <style type="text/css">
     <style type="text/css">
+        blockquote {
+    margin: 0;
+}
+
+blockquote p {
+    padding: 15px;
+    background: #eee;
+}
+
+blockquote p::before {
+    content: '\201C';
+}
+
+blockquote p::after {
+    content: '\201D';
+}
+
         p {
         p {
             font-size: 1.2em;
             font-size: 1.2em;
         }
         }