Skip to content

Commit

Permalink
improved documentation browser to make inline code a little more read…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
kraih committed Mar 14, 2014
1 parent 3b1425d commit 2868bb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@

4.90 2014-03-15
- Removed deprecated to_rel method from Mojo::URL.
- Improved documentation browser to make inline code a little more readable.
- Fixed textarea and title parsing bugs in Mojo::DOM::HTML.

4.89 2014-03-13
Expand Down
7 changes: 6 additions & 1 deletion lib/Mojolicious/templates/perldoc.html.ep
Expand Up @@ -16,7 +16,12 @@
line-height: 1.5em;
margin: 0;
}
code { font: 0.9em Consolas, Menlo, Monaco, Courier, monospace }
code {
background-color: rgba(0, 0, 0, 0.04);
border-radius: 3px;
font: 0.9em Consolas, Menlo, Monaco, Courier, monospace;
padding: 0.3em;
}
h1, h2, h3 {
color: #2a2a2a;
font-size: 1.5em;
Expand Down

0 comments on commit 2868bb5

Please sign in to comment.