summaryrefslogtreecommitdiff
path: root/Readme.html
diff options
context:
space:
mode:
authorPetr Mrázek2011-07-31 05:50:37 +0200
committerPetr Mrázek2011-07-31 05:50:37 +0200
commit024f23c2272b6bbdb6ea743574890230ecb62d08 (patch)
tree83121eb9c32e64c7fb9d4e60e9b33f506f5b69b9 /Readme.html
parent262e915b9393118055e1703eb8b01e352dc85fd4 (diff)
downloaddfhack-024f23c2272b6bbdb6ea743574890230ecb62d08.tar.gz
dfhack-024f23c2272b6bbdb6ea743574890230ecb62d08.tar.bz2
dfhack-024f23c2272b6bbdb6ea743574890230ecb62d08.tar.xz
Rewrote COMPILE.rst
Diffstat (limited to 'Readme.html')
-rw-r--r--Readme.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/Readme.html b/Readme.html
index f218df35..bf4621eb 100644
--- a/Readme.html
+++ b/Readme.html
@@ -3,13 +3,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.8: http://docutils.sourceforge.net/" />
<title></title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $
+:Id: $Id: html4css1.css 7056 2011-06-17 10:50:48Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
@@ -47,6 +47,10 @@ blockquote.epigraph {
dl.docutils dd {
margin-bottom: 0.5em }
+object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
+ overflow: hidden;
+}
+
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
@@ -185,7 +189,7 @@ img.align-center, .figure.align-center, object.align-center {
/* reset inner alignment in figures */
div.align-right {
- text-align: left }
+ text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
@@ -245,7 +249,7 @@ pre.address {
margin-top: 0 ;
font: inherit }
-pre.literal-block, pre.doctest-block {
+pre.literal-block, pre.doctest-block, pre.math {
margin-left: 2em ;
margin-right: 2em }