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.
This commit is contained in:
John Scipione 2013-02-07 14:42:20 -05:00
parent db5b891db2
commit 027cfe666e

View File

@ -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;