diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-20 20:21:56 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-20 20:21:56 +0000 |
| commit | 8ed6865a8a36ff3a7347e4ac72d869c47281e966 (patch) | |
| tree | 960a06323374de5908ad71b5a0f7a273f28fa892 /web/docbook.css | |
| parent | 56f08b5f80d39af274b273d5296e04672250411d (diff) | |
Removed web directory.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1927 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/docbook.css')
| -rw-r--r-- | web/docbook.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/web/docbook.css b/web/docbook.css deleted file mode 100644 index bf58461d5..000000000 --- a/web/docbook.css +++ /dev/null @@ -1,29 +0,0 @@ -body { - font-family: Verdana, sans-serif; -} - -.screen { - font-family: monospace; - font-size: 1em; - display: block; - padding: 10px; - border: 1px solid #bbb; - background-color: #eee; - color: #000; - overflow: auto; - border-radius: 2.5px; - -moz-border-radius: 2.5px; - margin: 0.5em 2em; -} - -a { - text-decoration: none; - border-bottom: 1px dotted #000; -} - -a:hover { - background-color: #777; - color: #fff; -} - - |
