Skip to content

Commit

Permalink
[docs] More Apple-style docs touchups.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jun 19, 2012
1 parent 6a4fadd commit 10abff6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,12 @@ table.memberdecls {
width: 100%;
}

.declaration {
font: 104% Courier,Consolas,monospace;
margin-top: 1.182em;
margin-bottom: .909em;
}

.mdescLeft, .mdescRight,
.memItemLeft, .memItemRight,
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
Expand Down Expand Up @@ -838,9 +844,15 @@ h2 {
}

p {
margin-top: 0;
font: 100% 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
}

p.abstract {
margin-top: 1.083em;
margin-bottom: .833em;
}

pre.fragment {
background-color: #F1F5F9;
border: 1px solid #C7CFD5;
Expand Down Expand Up @@ -1059,4 +1071,11 @@ table.modificationtable td {

#nav-tree .selected a {
color: gray;
}

h5 {
margin: .692em 0 .154em 0;
padding: 0;
font-size: 100%;
color: black;
}

0 comments on commit 10abff6

Please sign in to comment.