Commit bcf2b01d6de9cdbc0664e04fa1c19eb16e1c78fe
1 parent
6946ce1e
Exists in
master
and in
28 other branches
ActionItem172: titles by language, adding a background color
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1562 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
public/500.html
| @@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
| 6 | body { | 6 | body { |
| 7 | font-family: sans-serif; | 7 | font-family: sans-serif; |
| 8 | padding: 100px 0 0 0; | 8 | padding: 100px 0 0 0; |
| 9 | + background-color: #f99; | ||
| 9 | } | 10 | } |
| 10 | h1 { | 11 | h1 { |
| 11 | margin: 0px; | 12 | margin: 0px; |
| @@ -24,9 +25,8 @@ | @@ -24,9 +25,8 @@ | ||
| 24 | </head> | 25 | </head> |
| 25 | <body> | 26 | <body> |
| 26 | 27 | ||
| 27 | -<h1>Application error</h1> | ||
| 28 | - | ||
| 29 | <div id='en'> | 28 | <div id='en'> |
| 29 | +<h1>Application error</h1> | ||
| 30 | <p> | 30 | <p> |
| 31 | Oops ... sorry for that. <b>:-(</b> | 31 | Oops ... sorry for that. <b>:-(</b> |
| 32 | </p> | 32 | </p> |
| @@ -38,6 +38,7 @@ Oops ... sorry for that. <b>:-(</b> | @@ -38,6 +38,7 @@ Oops ... sorry for that. <b>:-(</b> | ||
| 38 | </div> | 38 | </div> |
| 39 | 39 | ||
| 40 | <div id='pt-br'> | 40 | <div id='pt-br'> |
| 41 | + <h1>Erro no sistema</h1> | ||
| 41 | <p>Ops, foi mail. <b>:-(</b></p> | 42 | <p>Ops, foi mail. <b>:-(</b></p> |
| 42 | </p> | 43 | </p> |
| 43 | Isto não foi culpa sua, mas um <b>erro</b> em nosso sistemas! Por favor, nos ajude <a href='http://www.colivre.coop.br/Noosfero/BugItem'>relatando este problema</a>. | 44 | Isto não foi culpa sua, mas um <b>erro</b> em nosso sistemas! Por favor, nos ajude <a href='http://www.colivre.coop.br/Noosfero/BugItem'>relatando este problema</a>. |