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 | body { |
| 7 | 7 | font-family: sans-serif; |
| 8 | 8 | padding: 100px 0 0 0; |
| 9 | + background-color: #f99; | |
| 9 | 10 | } |
| 10 | 11 | h1 { |
| 11 | 12 | margin: 0px; |
| ... | ... | @@ -24,9 +25,8 @@ |
| 24 | 25 | </head> |
| 25 | 26 | <body> |
| 26 | 27 | |
| 27 | -<h1>Application error</h1> | |
| 28 | - | |
| 29 | 28 | <div id='en'> |
| 29 | +<h1>Application error</h1> | |
| 30 | 30 | <p> |
| 31 | 31 | Oops ... sorry for that. <b>:-(</b> |
| 32 | 32 | </p> |
| ... | ... | @@ -38,6 +38,7 @@ Oops ... sorry for that. <b>:-(</b> |
| 38 | 38 | </div> |
| 39 | 39 | |
| 40 | 40 | <div id='pt-br'> |
| 41 | + <h1>Erro no sistema</h1> | |
| 41 | 42 | <p>Ops, foi mail. <b>:-(</b></p> |
| 42 | 43 | </p> |
| 43 | 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>. | ... | ... |