diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-20 20:00:40 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-20 20:00:40 +0000 |
commit | 56f08b5f80d39af274b273d5296e04672250411d (patch) | |
tree | 437f5b733f4f22ca58e1ec2d091255a353a427e8 /web/pandoc.css | |
parent | fcc25a388cf46b6fd2796879298b9581f4703418 (diff) | |
download | pandoc-56f08b5f80d39af274b273d5296e04672250411d.tar.gz |
Removed unneeded things from web directory.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1926 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/pandoc.css')
-rw-r--r-- | web/pandoc.css | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/web/pandoc.css b/web/pandoc.css deleted file mode 100644 index 521234be7..000000000 --- a/web/pandoc.css +++ /dev/null @@ -1,74 +0,0 @@ -body { - margin: auto; - padding-right: 1em; - padding-left: 1em; - max-width: 44em; - border-left: 1px solid black; - border-right: 1px solid black; - color: black; - font-family: Verdana, sans-serif; - font-size: 100%; - line-height: 140%; - color: #333; -} -pre { - border: 1px dotted gray; - background-color: #ececec; - color: #1111111; - padding: 0.5em; -} -code { - font-family: monospace; -} -h1 a, h2 a, h3 a, h4 a, h5 a { - text-decoration: none; - color: #7a5ada; -} -h1, h2, h3, h4, h5 { font-family: verdana; - font-weight: bold; - border-bottom: 1px dotted black; - color: #7a5ada; } -h1 { - font-size: 130%; -} - -h2 { - font-size: 110%; -} - -h3 { - font-size: 95%; -} - -h4 { - font-size: 90%; - font-style: italic; -} - -h5 { - font-size: 90%; - font-style: italic; -} - -h1.title { - font-size: 200%; - font-weight: bold; - padding-top: 0.2em; - padding-bottom: 0.2em; - text-align: left; - border: none; -} - -dt code { - font-weight: bold; -} -dd p { - margin-top: 0; -} - -#footer { - padding-top: 1em; - font-size: 70%; - color: gray; - text-align: center; -} |