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

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

hrev45244 adds 1 changeset to branch 'master'
old head: 027cfe666e27c6345fef27beadd4f259b574c268
new head: 30b280b217e6c7ebded88eccace287198d621189
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=30b280b+%5E027cfe6

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

30b280b: Style the interface diagram title as an h2

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

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

Revision:    hrev45244
Commit:      30b280b217e6c7ebded88eccace287198d621189
URL:         http://cgit.haiku-os.org/haiku/commit/?id=30b280b
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Thu Feb  7 19:49:43 2013 UTC

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

1 file changed, 6 insertions(+), 1 deletion(-)
docs/user/book.css | 7 ++++++-

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

diff --git a/docs/user/book.css b/docs/user/book.css
index 3b4611b..dec188f 100644
--- a/docs/user/book.css
+++ b/docs/user/book.css
@@ -279,7 +279,12 @@ div.contents code {
 }
 
 div.contents div.dynheader {
-       margin-bottom: 16px;
+       color: #0c3762; /* madison */
+       font-size: 1.3em;
+       font-weight: normal;
+       border-bottom: dotted thin #c0c0c0; /* silver */
+       margin-top: 1em;
+       margin-bottom: 1em;
 }
 
 div.contents div.dyncontent {


Other related posts:

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