| OLD | NEW |
| 1 <html id="t" jsvalues="dir:textdirection"> | 1 <html id="t" jsvalues="dir:textdirection"> |
| 2 <head> | 2 <head> |
| 3 <title jscontent="title"></title> | 3 <title jscontent="title"></title> |
| 4 <style type="text/css"> | 4 <style type="text/css"> |
| 5 body { | 5 body { |
| 6 margin:10px 8px 10px 8px; | 6 margin:10px 8px 10px 8px; |
| 7 } | 7 } |
| 8 .icon { | 8 .icon { |
| 9 float:right; | 9 float:right; |
| 10 margin:0px 6px 0px 3px; | 10 margin:0px 6px 0px 3px; |
| 11 } | 11 } |
| 12 .content { | 12 .content { |
| 13 -webkit-border-radius: 5px 5px; | 13 -webkit-border-radius: 5px 5px; |
| 14 background-color:#eee; | 14 background-color:#eee; |
| 15 color:black; | 15 color:black; |
| 16 padding:10px 10px 10px 10px; | 16 padding:10px 10px 10px 10px; |
| 17 font-family:arial; | |
| 18 font-size:84%; | |
| 19 max-width:600px; | 17 max-width:600px; |
| 20 margin-left:auto; | 18 margin-left:auto; |
| 21 margin-right:auto; | 19 margin-right:auto; |
| 22 } | 20 } |
| 23 </style> | 21 </style> |
| 24 </head> | 22 </head> |
| 25 <body> | 23 <body> |
| 26 <div class="content"> | 24 <div class="content" jsvalues=".style.fontFamily:fontfamily;.style.fontSize:font
size"> |
| 27 <img src="../../app/theme/otr_icon_standalone.png" class="icon" /> | 25 <img src="../../app/theme/otr_icon_standalone.png" class="icon" /> |
| 28 <span jseval="this.innerHTML = $this.content;"></span> | 26 <span jseval="this.innerHTML = $this.content;"></span> |
| 29 </div> | 27 </div> |
| 30 </body> | 28 </body> |
| 31 </html> | 29 </html> |
| OLD | NEW |