Skip to content

Commit

Permalink
change font size for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 13, 2015
1 parent 5626f1b commit c004924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@

6.31 2015-11-13
- Improved documentation browser CSS.
- Fixed handling of invalid URLs in Mojo::UserAgent::CookieJar.
- Fixed a few small selector bugs in Mojo::DOM::CSS.
- Fixed a few small formatting bugs in Mojolicious::Plugin::PODRenderer.
Expand Down
7 changes: 5 additions & 2 deletions lib/Mojolicious/resources/templates/mojo/perldoc.html.ep
Expand Up @@ -23,17 +23,20 @@
dt {
color: #2a2a2a;
font-weight: bold;
margin-left: 1em;
margin-left: 0.9em;
}
:not(pre) > code {
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
font: 0.9em Consolas, Menlo, Monaco, Courier, monospace;
padding: 0.3em;
}
h1 { font-size: 1.5em }
h2 { font-size: 1.3em }
h3 { font-size: 1.1em }
h4 { font-size: 0.9em }
h1, h2, h3, h4 {
color: #2a2a2a;
font-size: 1.5em;
margin: 0;
position: relative;
}
Expand Down

0 comments on commit c004924

Please sign in to comment.