Index: chrome/browser/resources/net_internals/hsts_view.html |
diff --git a/chrome/browser/resources/net_internals/hsts_view.html b/chrome/browser/resources/net_internals/hsts_view.html |
index d0b0b50440144a51da28047ed5e4f51cd95703b8..7a64ad18074b19cd3c3cf859f5df86e0a0f87d87 100644 |
--- a/chrome/browser/resources/net_internals/hsts_view.html |
+++ b/chrome/browser/resources/net_internals/hsts_view.html |
@@ -22,8 +22,8 @@ |
placeholder="example.com"><br> |
<label>Include subdomains for STS: <input type="checkbox" id=hsts-view-check-sts-input></label><br> |
<label>Include subdomains for PKP: <input type="checkbox" id=hsts-view-check-pkp-input></label><br> |
- Public key fingerprints: <input type=text id=hsts-view-add-pins style="width: 25em; max-width: 100%;"><br> |
- <p style="font-size: small; color: gray; font-style: italic; margin-left: 2em; max-width: 40em; max-width: 100%;">(public key fingerprints are comma separated and consist of the hash function followed by a foreslash and the base64 encoded fingerprint, for example <tt>sha1/Guzek9lMwR3KeIS8wwS9gBvVtIg=</tt>)</p> |
+ <label>Public key fingerprints: <input type=text id=hsts-view-add-pins style="width: 25em; max-width: 100%;"></label><br> |
+ <p style="font-size: small; color: #767676; font-style: italic; margin-left: 2em; max-width: 40em; max-width: 100%;">(public key fingerprints are comma separated and consist of the hash function followed by a foreslash and the base64 encoded fingerprint, for example <tt>sha1/Guzek9lMwR3KeIS8wwS9gBvVtIg=</tt>)</p> |
<input type=submit value="Add" id=hsts-view-add-submit> |
</form> |