Skip to content

Commit

Permalink
docs: Bump size of headings
Browse files Browse the repository at this point in the history
Smallest heading was 1.0em which appeared same-or-smaller than the
0.9em body-text.

Increased size of all heading levels to something more subtantial,
which makes the structure of the documentation clearer
  • Loading branch information
dbr committed Dec 12, 2012
1 parent b369a68 commit cb52601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ociotheme/static/ocio.css_t
Expand Up @@ -245,30 +245,30 @@ div.seealso {

/* More layout and styles */
h1 {
font-size: 1.3em;
font-size: 1.7em;
font-weight: bold;
color: {{ theme_headingcolor }};
border-bottom: dotted thin #e0e0e0;
margin-top: 30px;
}

h2 {
font-size: 1.2em;
font-size: 1.6em;
font-weight: normal;
color: {{ theme_headingcolor }};
border-bottom: dotted thin #e0e0e0;
margin-top: 30px;
}

h3 {
font-size: 1.1em;
font-size: 1.4em;
font-weight: normal;
color: {{ theme_headingcolor }};
margin-top: 30px;
}

h4 {
font-size: 1.0em;
font-size: 1.3em;
font-weight: normal;
color: {{ theme_headingcolor }};
margin-top: 30px;
Expand Down

0 comments on commit cb52601

Please sign in to comment.