summaryrefslogtreecommitdiff
path: root/examples/morepages/css/default.css
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-19 17:17:48 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-19 17:17:48 +0100
commit0ba0eac8d96c11d13163c7ec184392513de7ca77 (patch)
treeca806e7fc8d8f049e251a4962136ce99fa2a004c /examples/morepages/css/default.css
parentdb0eef84705ebc25b3886cc94125dfebb84a45a0 (diff)
downloadhakyll-0ba0eac8d96c11d13163c7ec184392513de7ca77.tar.gz
Wrote another tutorial, and updated some tutorials.
Diffstat (limited to 'examples/morepages/css/default.css')
-rw-r--r--examples/morepages/css/default.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/morepages/css/default.css b/examples/morepages/css/default.css
new file mode 100644
index 0000000..0376cae
--- /dev/null
+++ b/examples/morepages/css/default.css
@@ -0,0 +1,27 @@
+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;
+}
+
+div.column {
+ width: 30%;
+ float: left;
+ margin: 0px 10px 0px 10px;
+}
+
+div#footer {
+ clear: both;
+}