Commit 704ab1a405721296529c13d2667b1041eabe0428

Authored by Aurelio A. Heckert
Committed by Daniela Feitosa
1 parent 514174be

ActionItem1067: cool 503 page

Showing 2 changed files with 7 additions and 6 deletions   Show diff stats
public/503.html
... ... @@ -6,28 +6,29 @@
6 6 <style>
7 7 body {
8 8 font-family: sans-serif;
9   - padding: 100px 0 0 0;
10   - background-color: #ff9;
  9 + margin: 0px;
  10 + padding: 0% 3%;
  11 + height: 100%;
  12 + background: #CCC url(503.jpg) 50% 100% no-repeat;
11 13 }
12 14 h1 {
13   - margin: 0px;
  15 + margin: 30px 0px 0px 0px;
14 16 font-weight: bold;
15 17 text-align: center;
16 18 color: gray;
17 19 }
18 20 div#en {
19 21 float: right;
20   - width: 45%;
  22 + width: 47%;
21 23 }
22 24 div#pt-br {
23 25 float: left;
24   - width: 45%;
  26 + width: 47%;
25 27 }
26 28 </style>
27 29 </head>
28 30 <body>
29 31  
30   -
31 32 <div id='en'>
32 33 <h1>System maintainance</h1>
33 34 <p>
... ...
public/503.jpg 0 → 100644

62.5 KB