Skip to content

Commit

Permalink
Set background color to white for 500.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mills committed Dec 10, 2009
1 parent c041362 commit 5f20924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/500.html
Expand Up @@ -8,7 +8,7 @@
<title>We're sorry, but something went wrong</title> <title>We're sorry, but something went wrong</title>
<link rel="stylesheet" type="text/css" href="/stylesheets/base.css" /> <link rel="stylesheet" type="text/css" href="/stylesheets/base.css" />
<style type="text/css" media="screen"> <style type="text/css" media="screen">
body { margin-top:50px; } body { background:#FFFFFF; margin-top:50px; }
h1 { color:#d02f27; } h1 { color:#d02f27; }
a { font-size:16px } a { font-size:16px }
</style> </style>
Expand Down

0 comments on commit 5f20924

Please sign in to comment.