Skip to content

Commit

Permalink
be more generous with table spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 17, 2012
1 parent fdd009d commit 7c53da6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/templates/exception.development.html.ep
Expand Up @@ -28,7 +28,7 @@
margin-bottom: 1em;
width: 100%;
}
td { padding: 0.3em }
td { padding: 0.5em }
.box {
background-color: #fff;
-moz-box-shadow: 0px 0px 2px #ccc;
Expand Down
11 changes: 7 additions & 4 deletions lib/Mojolicious/templates/not_found.development.html.ep
Expand Up @@ -13,6 +13,10 @@
line-height: 1.5;
margin: 0;
}
code {
background-color: #eef9ff;
padding: 0.5em;
}
h1 {
color: #2a2a2a;
font-size: 1.5em;
Expand All @@ -28,7 +32,7 @@
margin-bottom: 1em;
width: 100%;
}
td { padding: 0.3em }
td { padding: 0.5em }
tr:nth-child(odd) td { background-color: #ddeeff }
tr:nth-child(even) td { background-color: #eef9ff }
#footer {
Expand Down Expand Up @@ -61,9 +65,8 @@
<div id="routes">
<h1>Page not found</h1>
<p>
None of these routes matched
"<code><%= $self->req->url->path %></code>", maybe you forgot to
add one?
None of these routes matched, maybe you need to add one for
<code><%= $self->req->url->path %></code>?
</p>
% my $walk;
% $walk = begin
Expand Down

0 comments on commit 7c53da6

Please sign in to comment.