##// END OF EJS Templates
Changed appearance of bumplimit and archived posts in PG theme
neko259 -
r1205:fa7f61e2 default
parent child Browse files
Show More
@@ -28,7 +28,7 b' html {'
28 }
28 }
29
29
30 .link, a {
30 .link, a {
31 color: rgb(255, 102, 0);
31 color: #ff7000;
32 }
32 }
33
33
34 .block {
34 .block {
@@ -187,7 +187,11 b' blockquote {'
187 }
187 }
188
188
189 .dead_post {
189 .dead_post {
190 background-color: #ecc;
190 border-top: solid #d5494f;
191 }
192
193 .archive_post {
194 border-top: solid #575e9f;
191 }
195 }
192
196
193 .quote {
197 .quote {
General Comments 0
You need to be logged in to leave comments. Login now