summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/incognito_tab.html
blob: 9abb85f056d0409727128258231d06b13c7385fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html id="t" jsvalues="dir:textdirection">
<head>
<title jscontent="title"></title>
<style>
body {
  margin:10px 8px 10px 8px;
}
.icon {
  float:right;
  margin:0px 6px 0px 3px;
}
.content {
  -webkit-border-radius: 5px 5px;
  background-color:#eee;
  color:black;
  padding:10px 10px 10px 10px;
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}
</style>
</head>
<body>
<div class="content" jsvalues=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
  <img src="../../app/theme/otr_icon_standalone.png" class="icon" />
  <span jseval="this.innerHTML = $this.content;"></span>
</div>
</body>
</html>