diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-08 12:41:58 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-08 12:41:58 +0100 |
commit | 699bd0011e9771cd5c03c65aec0ec79656c475a1 (patch) | |
tree | 8b2840edb78336d0de293744bc79bb96a14be29b /examples/tagblog/css | |
parent | b403d35b087683a7a38e57b943c63449613b3115 (diff) | |
download | hakyll-699bd0011e9771cd5c03c65aec0ec79656c475a1.tar.gz |
Added tagblog example (tutorial coming up).
Diffstat (limited to 'examples/tagblog/css')
-rw-r--r-- | examples/tagblog/css/default.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/tagblog/css/default.css b/examples/tagblog/css/default.css new file mode 100644 index 0000000..9ed2b01 --- /dev/null +++ b/examples/tagblog/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; +} |