Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
=head4 exists too
  • Loading branch information
kraih committed Nov 13, 2015
1 parent 3847e3d commit 7900fdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -2,6 +2,7 @@
6.31 2015-11-13
- 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.

6.30 2015-11-11
- Fixed bug in Mojolicious::Renderer where layouts could not be used with
Expand Down
7 changes: 4 additions & 3 deletions lib/Mojolicious/resources/templates/mojo/perldoc.html.ep
Expand Up @@ -31,13 +31,13 @@
font: 0.9em Consolas, Menlo, Monaco, Courier, monospace;
padding: 0.3em;
}
h1, h2, h3 {
h1, h2, h3, h4 {
color: #2a2a2a;
font-size: 1.5em;
margin: 0;
position: relative;
}
h1 a, h2 a, h3 a { text-decoration: none }
h1 a, h2 a, h3 a, h4 a { text-decoration: none }
li > p {
margin-bottom: 0;
margin-top: 0;
Expand Down Expand Up @@ -84,7 +84,8 @@
position: absolute;
padding-right: 0.25em;
}
h1:hover .permalink, h2:hover .permalink, h3:hover .permalink {
h1:hover .permalink, h2:hover .permalink, h3:hover .permalink,
h4:hover .permalink {
display: block;
}
</style>
Expand Down

0 comments on commit 7900fdd

Please sign in to comment.