[haiku-commits] haiku: hrev45243 - docs/user

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 7 Feb 2013 20:45:23 +0100 (CET)

hrev45243 adds 1 changeset to branch 'master'
old head: db5b891db2923d1787c15b9c97f0e49a30949fdb
new head: 027cfe666e27c6345fef27beadd4f259b574c268
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=027cfe6+%5Edb5b891

----------------------------------------------------------------------------

027cfe6: 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.

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45243
Commit:      027cfe666e27c6345fef27beadd4f259b574c268
URL:         http://cgit.haiku-os.org/haiku/commit/?id=027cfe6
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Thu Feb  7 19:42:20 2013 UTC

----------------------------------------------------------------------------

1 file changed, 11 insertions(+)
docs/user/book.css | 11 +++++++++++

----------------------------------------------------------------------------

diff --git a/docs/user/book.css b/docs/user/book.css
index a310bde..3b4611b 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;      


Other related posts:

  • » [haiku-commits] haiku: hrev45243 - docs/user - jscipione