Show More
@@ -192,7 +192,7 b' blockquote {' | |||||
192 | } |
|
192 | } | |
193 |
|
193 | |||
194 | .quote { |
|
194 | .quote { | |
195 |
color: # |
|
195 | color: #080; | |
196 | font-style: italic; |
|
196 | font-style: italic; | |
197 | } |
|
197 | } | |
198 |
|
198 | |||
@@ -206,7 +206,7 b' blockquote {' | |||||
206 | } |
|
206 | } | |
207 |
|
207 | |||
208 | .comment { |
|
208 | .comment { | |
209 |
color: # |
|
209 | color: #8B6914; | |
210 | font-style: italic; |
|
210 | font-style: italic; | |
211 | } |
|
211 | } | |
212 |
|
212 |
@@ -7,7 +7,7 b'' | |||||
7 | <link rel="stylesheet" type="text/css" |
|
7 | <link rel="stylesheet" type="text/css" | |
8 | href="{{ STATIC_URL }}css/jquery.fancybox.css" media="all"/> |
|
8 | href="{{ STATIC_URL }}css/jquery.fancybox.css" media="all"/> | |
9 | <link rel="stylesheet" type="text/css" |
|
9 | <link rel="stylesheet" type="text/css" | |
10 | href="{{ STATIC_URL }}css/{{ theme }}/base_page.css" media="all"/> |
|
10 | href="{{ STATIC_URL }}css/{{ theme }}/base_page.css?1" media="all"/> | |
11 | <link rel="alternate" type="application/rss+xml" href="rss/" title=" |
|
11 | <link rel="alternate" type="application/rss+xml" href="rss/" title=" | |
12 | {% trans 'Feed' %}"/> |
|
12 | {% trans 'Feed' %}"/> | |
13 |
|
13 |
General Comments 0
You need to be logged in to leave comments.
Login now