diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-04-26 08:17:07 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-04-26 08:17:07 +0000 |
| commit | dab46c24eceb289a99725e640e7c087817212125 (patch) | |
| tree | b8a2de6eb93ac0a25db4f4e30b29c3b39f4d294f /doc | |
| parent | dd9396c70301b87563894a5416530b066d509a6a (diff) | |
| download | qpid-python-dab46c24eceb289a99725e640e7c087817212125.tar.gz | |
QPID-3722 : Make the chunked HTML presentation look like the rest of the website
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1330698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/html-custom.xsl | 2 | ||||
| -rw-r--r-- | doc/book/src/css/style.css | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/book/html-custom.xsl b/doc/book/html-custom.xsl index 8d0254e587..340fbc9a53 100644 --- a/doc/book/html-custom.xsl +++ b/doc/book/html-custom.xsl @@ -20,6 +20,7 @@ </xsl:call-template> <body> +<div class="container"> <xsl:call-template name="body.attributes"/> <xsl:call-template name="user.header.navigation"/> @@ -48,6 +49,7 @@ <div class="main_text_area_bottom"> </div> </div> +</div> </body> </html> <xsl:value-of select="$chunk.append"/> diff --git a/doc/book/src/css/style.css b/doc/book/src/css/style.css index 192921fa13..c681596592 100644 --- a/doc/book/src/css/style.css +++ b/doc/book/src/css/style.css @@ -35,15 +35,17 @@ th { } body { - width:950px; - margin-left:100px; - margin-top:40px; - + margin:0; background:#FFFFFF; font-family:"Verdana", sans-serif; font-size:10pt; } +.container { + width:950px; + margin:0 auto; +} + body a { color:#000000; } |
