summaryrefslogtreecommitdiff
path: root/examples/feedblog/css
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-03-15 19:07:53 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-03-15 19:07:53 +0100
commite358894df10ce2106acf3df560ce94ac03e03e5f (patch)
tree1f700d5626e8d1ed9237ae68e32063325a12364a /examples/feedblog/css
parent47586163d2c38aa32ef4c106ebceca9fbf67325a (diff)
downloadhakyll-e358894df10ce2106acf3df560ce94ac03e03e5f.tar.gz
Migrated rssblog example to feedblog.
Diffstat (limited to 'examples/feedblog/css')
-rw-r--r--examples/feedblog/css/default.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/feedblog/css/default.css b/examples/feedblog/css/default.css
new file mode 100644
index 0000000..9ed2b01
--- /dev/null
+++ b/examples/feedblog/css/default.css
@@ -0,0 +1,17 @@
+body {
+ width: 600px;
+ margin: 0px auto 0px auto;
+}
+
+div#navigation {
+ text-align: center;
+ border-bottom: 4px solid black;
+}
+
+div#navigation a {
+ color: white;
+ text-decoration: none;
+ background-color: black;
+ padding: 3px 10px 3px 10px;
+ margin: 0px 10px 0px 10px;
+}