Skip to content

Commit

Permalink
more consistent margins for tables without hidden information
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 10, 2014
1 parent 6be45bc commit 5eb0a8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/templates/exception.development.html.ep
Expand Up @@ -79,6 +79,7 @@
border-radius: 5px;
margin-top: 1em;
}
#log table { margin: 0 }
#more, #trace {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
Expand Down
2 changes: 0 additions & 2 deletions lib/Mojolicious/templates/not_found.development.html.ep
Expand Up @@ -31,8 +31,6 @@
}
table {
border-collapse: collapse;
margin-top: 1em;
margin-bottom: 1em;
width: 100%;
}
td { padding: 0.5em }
Expand Down

0 comments on commit 5eb0a8c

Please sign in to comment.