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:
@@ -282,6 +282,17 @@ div.contents div.dynheader {
|
|||||||
margin-bottom: 16px;
|
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 {
|
div.contents span.keycap, div.contents span.keysym {
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-khtml-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
||||||
|
|||||||
Reference in New Issue
Block a user