diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-06-13 08:43:28 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2011-06-13 08:43:28 +0200 |
commit | edeef66180f24e4254b512041bee617368fa1eba (patch) | |
tree | df2b6c470dba9fda52a0d3b96fd569d2c74b2c48 /examples/morepages/css | |
parent | 893b366435739d073d2b6b9cafae868b5d361354 (diff) | |
download | hakyll-edeef66180f24e4254b512041bee617368fa1eba.tar.gz |
Remove examples from this repo
Diffstat (limited to 'examples/morepages/css')
-rw-r--r-- | examples/morepages/css/default.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/morepages/css/default.css b/examples/morepages/css/default.css deleted file mode 100644 index 76607cf..0000000 --- a/examples/morepages/css/default.css +++ /dev/null @@ -1,28 +0,0 @@ -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; - border-top: 4px solid black; -} |