diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-04-25 22:01:03 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-04-25 22:01:03 +0000 |
| commit | dd9396c70301b87563894a5416530b066d509a6a (patch) | |
| tree | 7d698e0888bdddbd88928a2f04a5c0b0ad61e17a /doc | |
| parent | bb9d1cfaaacd0947b77acb3f03c97661b17ef29b (diff) | |
| download | qpid-python-dd9396c70301b87563894a5416530b066d509a6a.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@1330579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/src/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/book/src/css/style.css b/doc/book/src/css/style.css index f2a48bf115..192921fa13 100644 --- a/doc/book/src/css/style.css +++ b/doc/book/src/css/style.css @@ -88,6 +88,12 @@ div.titlepage { padding-right:6px; } +div.breadcrumbs { + font-size:9pt; + margin-right:10pt; + padding-bottom:16px; +} + .chapter h2.title { font-size:20pt; color:#0c3b82; |
