aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aggregator/fixtures/initial_data.json12
-rw-r--r--static/main.css10
2 files changed, 22 insertions, 0 deletions
diff --git a/aggregator/fixtures/initial_data.json b/aggregator/fixtures/initial_data.json
index a5d8676..a07594b 100644
--- a/aggregator/fixtures/initial_data.json
+++ b/aggregator/fixtures/initial_data.json
@@ -95,5 +95,17 @@
"favicon_ext": "ico",
"categories": [ 1 ]
}
+ },
+ {
+ "model": "aggregator.Feed",
+ "pk": 8,
+ "fields": {
+ "name": "Wordpress",
+ "base_url": "http://ryuslash.wordpress.com/",
+ "feed_url": "feed/",
+ "profile_url": "about/",
+ "uses_title": true,
+ "favicon_ext": "ico"
+ }
}
]
diff --git a/static/main.css b/static/main.css
index 24b7f7f..e60a570 100644
--- a/static/main.css
+++ b/static/main.css
@@ -18,6 +18,10 @@ body {
font-family: "DejaVu Sans", sans-serif;
}
+pre {
+ margin: 20px 0;
+}
+
.category {
display: block;
float: right;
@@ -60,6 +64,12 @@ body {
clear: left;
}
+.wordpress pre.src {
+ background-color: #002b36;
+ color: #839496;
+ font-family: "DejaVu Sans Mono", mono;
+}
+
#logo {
float: left;
}