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

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 16 Jan 2013 18:50:55 +0100 (CET)

hrev45168 adds 1 changeset to branch 'master'
old head: 75dde2cf73c05c494b166a1730750a011e236016
new head: 4aae53f373fd34c937569b737616d3459d6bd27c
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=4aae53f+%5E75dde2c

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

4aae53f: Update Haiku Book CSS
  
  * Update headers to match User Guide better for font and spacing.
  * 14.4px is the default font size (matching user guide).
  * because we use em's for page width this makes the text area a bit narrower.
  * Make note, warning, stop, remark notifications font size smaller to make
    them stand out a bit less and better matches the User Guide.

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

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

Revision:    hrev45168
Commit:      4aae53f373fd34c937569b737616d3459d6bd27c
URL:         http://cgit.haiku-os.org/haiku/commit/?id=4aae53f
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Wed Jan 16 17:44:22 2013 UTC

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

1 file changed, 9 insertions(+), 13 deletions(-)
docs/user/book.css | 22 +++++++++-------------

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

diff --git a/docs/user/book.css b/docs/user/book.css
index e5d0fc4..f245544 100644
--- a/docs/user/book.css
+++ b/docs/user/book.css
@@ -26,13 +26,14 @@ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,
 body {
        color: #333333; /* mine shaft */
        background-color: white;
+       font-size: 14.4px;
        font-family: "DejaVu Sans", Arial, sans-serif;
 }
 
 h1, h2, h3, h4, h5, h6 {
        color: #0c3762; /* madison */
-       margin-top: 0.5em;
-       margin-bottom: 0.5em;
+       margin-top: 1em;
+       margin-bottom: 1em;
 }
 
 h1 {
@@ -64,7 +65,6 @@ h5, h6 {
 }
 
 p {
-       font-size: 14.4px;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
 }
@@ -78,7 +78,6 @@ td, th {
        vertical-align: top;
        text-align: left;
        padding: 4px;
-       font-size: 14.4px;
 }
 
 caption {
@@ -165,16 +164,16 @@ div.summary {
 }
 
 div.headertitle {
-       margin: 0 auto;
        width: 59em;
 }
 
 div.headertitle div.title {
        color: #0c3762; /* madison */
-       font-size: 1.2em;
+       font-size: 1.3em;
        font-weight: bold;
-       margin-top: 0.5em;
-       margin-bottom: 0.5em;
+       border-bottom: dotted thin #c0c0c0; /* silver */
+       margin-top: 1em;
+       margin-bottom: 1em;
 }
 
 .ingroups {
@@ -252,7 +251,6 @@ div.contents {
 }
 
 div.contents ul, div.contents ol {
-       font-size: 14.4px;
        line-height: 1.3;
 }
 
@@ -295,7 +293,6 @@ div.contents span.keycap, div.contents span.keysym {
 }
 
 div.contents div.textblock {
-       width: 95%;
        margin-bottom: 20px;
 }
 
@@ -313,7 +310,7 @@ div.contents li {
 }
 
 div.contents dd {
-       font-size: 14.4px;
+       font-size: 12px;
 }
 
 div.contents dt {
@@ -323,13 +320,12 @@ div.contents dt {
 
 /* The boxes from the userguide */
 dl.note, dl.remark, dl.warning, dl.attention {
-       width: 100%;
        border-style: solid;
        border-width: 2px;
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 4px;
-       min-height: 64px;
+       min-height: 48px;
 }
 
 dl.note {


Other related posts:

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