From 027cfe666e27c6345fef27beadd4f259b574c268 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 7 Feb 2013 14:42:20 -0500 Subject: [PATCH] Bound the interface diagram. The interface diagram for BArchivable has become too wide to fit on the page so I've put the diagram in a box and made it scrollable. While I'm at it give the interface diagram a silver border and center it on the page. --- docs/user/book.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/user/book.css b/docs/user/book.css index a310bde7647..3b4611b86ba 100644 --- a/docs/user/book.css +++ b/docs/user/book.css @@ -282,6 +282,17 @@ div.contents div.dynheader { margin-bottom: 16px; } +div.contents div.dyncontent { + width: 100%; + border: 1px solid #c7c7c7; /* silver */ + overflow: auto; +} + +div.contents div.dyncontent div.center { + text-align: center; + margin: 16px; +} + div.contents span.keycap, div.contents span.keysym { -webkit-border-radius: 3px; -khtml-border-radius: 3px;