##// END OF EJS Templates
Changed some text styles in PG.
neko259 -
r194:4f171c71 default
parent child Browse files
Show More
@@ -192,7 +192,7 b' blockquote {'
192 192 }
193 193
194 194 .quote {
195 color: #92cf38;
195 color: #080;
196 196 font-style: italic;
197 197 }
198 198
@@ -206,7 +206,7 b' blockquote {'
206 206 }
207 207
208 208 .comment {
209 color: #eb2;
209 color: #8B6914;
210 210 font-style: italic;
211 211 }
212 212
@@ -7,7 +7,7 b''
7 7 <link rel="stylesheet" type="text/css"
8 8 href="{{ STATIC_URL }}css/jquery.fancybox.css" media="all"/>
9 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 11 <link rel="alternate" type="application/rss+xml" href="rss/" title="
12 12 {% trans 'Feed' %}"/>
13 13
General Comments 0
You need to be logged in to leave comments. Login now