Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
made exception template a little more pretty
  • Loading branch information
kraih committed Jul 1, 2012
1 parent 913d20b commit 79e8cdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Mojolicious/templates/exception.development.html.ep
Expand Up @@ -72,7 +72,8 @@
margin: 0;
text-shadow: #333 0 1px 0;
}
#showcase td { padding: 0.35em }
#showcase td { padding: 0.1em }
#showcase td.value { padding-left: 1em }
#more, #trace {
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
Expand Down Expand Up @@ -100,7 +101,7 @@
% my $cv = begin
% my ($key, $value, $i) = @_;
%= tag 'tr', $i ? (class => 'important') : undef, begin
<td class="key"><%= $key %>.</td>
<td class="key"><%= $key %></td>
<td class="value"><pre class="prettyprint"><%= $value %></pre></td>
% end
% end
Expand Down

0 comments on commit 79e8cdd

Please sign in to comment.