Skip to content

Commit

Permalink
Let subsection menus match index style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Nov 10, 2008
1 parent 3c766c9 commit b72d86d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ thead {
font-weight: bold;
}


p.note {
font-style: italic;
}
Expand All @@ -153,6 +152,11 @@ code {
background: white;
}

.submenu li {
margin: 0.4em;
list-style-type: circle;
}

/* collections.html */
div.collections-shortcuts {
text-align: center;
Expand Down Expand Up @@ -190,13 +194,15 @@ div.search-shortcuts {
font-size: 110%;
font-weight: bold;
margin: 1em;
list-style-type: disc;
}
.menu ul li {
margin: 0.4em;
}
.menu ul li ul {
font-size: 90%;
font-weight: normal;
list-style-type: circle;
}

/* reference_command_line.html */
Expand Down

0 comments on commit b72d86d

Please sign in to comment.