Skip to content

Commit

Permalink
[docs] Clean up docs styles to match new Doxygen modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jun 19, 2012
1 parent acf7a23 commit 6a4fadd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/DoxygenLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<publictypes title=""/>
<publicslots title=""/>
<signals title=""/>
<publicmethods title=""/>
<publicmethods title="Tasks"/>
<publicstaticmethods title=""/>
<publicattributes title=""/>
<publicstaticattributes title=""/>
Expand Down
11 changes: 6 additions & 5 deletions docs/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ hr.footer {
table.memberdecls {
border-spacing: 0px;
padding: 0px;
width: 100%;
}

.mdescLeft, .mdescRight,
Expand Down Expand Up @@ -408,9 +409,11 @@ table.memberdecls {
}

.memname {
white-space: nowrap;
font-weight: bold;
margin-left: 6px;
margin-top: 1.5em;
margin-bottom: .25em;
font-size: 145%;
font-weight: normal;
color: black;
}

.memproto {
Expand All @@ -422,8 +425,6 @@ table.memberdecls {
}

.memdoc {
padding: 2px 5px;
background-color: #FBFCFD;
}

.paramkey {
Expand Down

0 comments on commit 6a4fadd

Please sign in to comment.