Mercurial > hg > rc2
comparison skins/classic/watermark.html @ 8:bf99236cc5cd
try to recover from upgrade fail
| author | Charlie Root |
|---|---|
| date | Sat, 29 Dec 2018 07:07:34 -0500 |
| parents | 4681f974d28b |
| children |
comparison
equal
deleted
inserted
replaced
| 7:65fd7d441cf1 | 8:bf99236cc5cd |
|---|---|
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 <head> | 3 <head> |
| 4 <title></title> | 4 <title></title> |
| 5 <!--[if IE]> | |
| 6 <style type="text/css"> | 5 <style type="text/css"> |
| 7 body { width: expression((parseInt(document.documentElement.clientWidth)-20)+'px'); } | 6 html, body { height: 100%; background-color: #F2F2F2; margin: 0; } |
| 7 div { height: 100%; display: flex; align-items: center; justify-content: center; } | |
| 8 </style> | 8 </style> |
| 9 <![endif]--> | |
| 10 </head> | 9 </head> |
| 11 | 10 <body> |
| 12 <body style="background-color:#F2F2F2;"> | 11 <div> |
| 13 | 12 <img src="images/watermark.gif" width="260" height="228" alt="" /> |
| 14 <div style="margin:20px auto; text-align:center"> | 13 </div> |
| 15 <img src="images/watermark.gif" width="260" height="228" alt="" /> | |
| 16 </div> | |
| 17 | |
| 18 </body> | 14 </body> |
| 19 </html> | 15 </html> |
