Skip to content

Commit

Permalink
Bound the interface diagram.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jscipione committed Feb 7, 2013
1 parent db5b891 commit 027cfe6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/user/book.css
Expand Up @@ -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;
Expand Down

0 comments on commit 027cfe6

Please sign in to comment.