Index: chrome/renderer/resources/blocked_plugin.html |
diff --git a/chrome/renderer/resources/blocked_plugin.html b/chrome/renderer/resources/blocked_plugin.html |
index bf97d5ed02803f72b29afc012c8f41529d206494..4310e98deba204f9d69e0314ddd76a24a78aec08 100644 |
--- a/chrome/renderer/resources/blocked_plugin.html |
+++ b/chrome/renderer/resources/blocked_plugin.html |
@@ -9,6 +9,21 @@ body { |
font-family: sans-serif; |
} |
+h1 { |
+ padding: 0pt 14pt; |
+ font-size: 14pt; |
+ color: blue; |
Pam (message me for reviews)
2010/08/04 18:22:43
Do we have any mechanism for allowing users to ove
|
+} |
+ |
+#outer:hover h1 { |
+ text-decoration: underline; |
+} |
+ |
+p { |
+ padding: 0pt 14pt; |
+ font-size: 8pt; |
+} |
+ |
#outer { |
width: 100%; |
height: 100%; |
@@ -50,7 +65,8 @@ body { |
<div id="bottom"></div> |
<div id="inner"> |
<div><img src="../../app/theme/extensions_section.png" /></div> |
-<p i18n-content="loadPlugin">LOAD_PLUGIN</p> |
+<h1 i18n-content="loadPlugin">PLUGIN_LOAD</h1> |
+<p><span class="help" i18n-content="message">BLOCKED_PLUGINS_TITLE</span></p> |
</div> |
</div> |
</body> |