diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-19 17:17:48 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-19 17:17:48 +0100 |
commit | 0ba0eac8d96c11d13163c7ec184392513de7ca77 (patch) | |
tree | ca806e7fc8d8f049e251a4962136ce99fa2a004c /examples/morepages/css/default.css | |
parent | db0eef84705ebc25b3886cc94125dfebb84a45a0 (diff) | |
download | hakyll-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.css | 27 |
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; +} |