|
@@ -33,21 +33,21 @@
|
|
|
|
|
|
<style type="text/css">
|
|
|
blockquote {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
|
|
|
-blockquote p {
|
|
|
- padding: 15px;
|
|
|
- background: #eee;
|
|
|
-}
|
|
|
+ blockquote {
|
|
|
+ padding: 15px;
|
|
|
+ background: #eee;
|
|
|
+ }
|
|
|
|
|
|
-blockquote p::before {
|
|
|
- content: '\201C';
|
|
|
-}
|
|
|
+ blockquote ::before {
|
|
|
+ content: '\201C';
|
|
|
+ }
|
|
|
|
|
|
-blockquote p::after {
|
|
|
- content: '\201D';
|
|
|
-}
|
|
|
+ blockquote ::after {
|
|
|
+ content: '\201D';
|
|
|
+ }
|
|
|
|
|
|
p {
|
|
|
font-size: 1.2em;
|
|
@@ -152,7 +152,7 @@ blockquote p::after {
|
|
|
|
|
|
{% endfor %}
|
|
|
<div class="right menu">
|
|
|
- <a href="/login" class="item"> <i class="icon share square"></i>
|
|
|
+ <a href="/login" class="item"> <i class="icon share square"></i>
|
|
|
Sign in</a>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -178,8 +178,8 @@ blockquote p::after {
|
|
|
{% endif %} item" href="/category/{{ item.name }}?page=1">{{ item.name }}</a>
|
|
|
|
|
|
{% endfor %}
|
|
|
- <a href="/login" class="item"> <i class="icon share square"></i>
|
|
|
- Sign in</a>
|
|
|
+ <a href="/login" class="item"> <i class="icon share square"></i>
|
|
|
+ Sign in</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|