Skip to content

Commit

Permalink
fixed font size of code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 30, 2014
1 parent cb14861 commit 2c41515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -3,6 +3,7 @@
- Added SOCKS5 support to Mojo::UserAgent.
- Added socks_address, socks_pass, socks_port and socks_user options to
Mojo::IOLoop::Client::connect.
- Improved documentation browser CSS.

5.21 2014-07-27
- Improved handling of Pod::Simple::XHTML 3.09 dependency.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/templates/perldoc.html.ep
Expand Up @@ -43,7 +43,7 @@
padding-bottom: 1.5em;
padding-top: 1.5em;
}
pre, pre > code {
pre > code {
color: #4d4d4c;
font: 0.9em Consolas, Menlo, Monaco, Courier, monospace;
line-height: 1.5em;
Expand Down

0 comments on commit 2c41515

Please sign in to comment.