Index: chrome/browser/resources/ssl/blocking.html |
=================================================================== |
--- chrome/browser/resources/ssl/blocking.html (revision 268594) |
+++ chrome/browser/resources/ssl/blocking.html (working copy) |
@@ -24,8 +24,10 @@ |
</h1> |
<p i18n-values=".innerHTML:message" class="explanation-par"></p> |
<div id="buttons"> |
- <button id="reload-button" i18n-content="reloadMsg"></button> |
- <button id="more-less-button" i18n-content="more"></button> |
+ <button id="reload-button" i18n-content="reloadMsg" |
+ class="blue-button text-button"></button> |
+ <button id="more-less-button" i18n-content="more" |
+ class="text-button"></button> |
</div> |
</div> |
<div id="help-box-outer" class="hidden"> |