aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlexander Pickering <alex@cogarr.net>2020-07-05 17:18:56 -0400
committerAlexander Pickering <alex@cogarr.net>2020-07-05 17:18:56 -0400
commite87b06ee0fe2a588b72a356bbb8378899365d626 (patch)
tree0d0acd945a70644835e8958425e6d5e6c10196a6 /style.css
parentd2ba262c5307aa14c325ef53d8e4e56a5ece0376 (diff)
downloadmdoc-e87b06ee0fe2a588b72a356bbb8378899365d626.tar.gz
mdoc-e87b06ee0fe2a588b72a356bbb8378899365d626.tar.bz2
mdoc-e87b06ee0fe2a588b72a356bbb8378899365d626.zip
Add rockspec
Add a rockspec and move the files around so that luarocks can install it correctly
Diffstat (limited to 'style.css')
-rw-r--r--style.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index ef54cec..0000000
--- a/style.css
+++ /dev/null
@@ -1,27 +0,0 @@
-nav{
- float:left;
- padding:2em;
- border-right:1px solid black;
-}
-article{
- margin: auto auto auto 20%;
-}
-a{
- text-decoration: none;
-}
-a:hover{
- text-decoration:underline;
-}
-nav>ol{
- list-style-type: none;
-}
-body{
- line-height:1.6;
- font-size:18px;
- color:#444;
- padding:0 10px
-}
-h1,h2,h3{
- line-height:1.2
-}
-