commit 5907288eae31f25adc7c2ba8da1796ce4a8ba15e Author: David Fifield david@bamsoftware.com Date: Wed Dec 19 17:22:57 2012 -0800
Remove the image of the badge from the options page.
It's not clear that the image is not a real running badge. --- proxy/options.html | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-)
diff --git a/proxy/options.html b/proxy/options.html index d9f70a3..f5c03a3 100644 --- a/proxy/options.html +++ b/proxy/options.html @@ -32,15 +32,6 @@ p { button { margin: 0px 7px 7px; } -.blank-link { - text-decoration: none; - color: white; -} -#flashproxy-badge { - background-color: #227; - vertical-align: middle; - margin-left: 2px; -} </style> </head> <body> @@ -51,7 +42,7 @@ button { This page enables you to use your web browser as a proxy to help censored Internet users. When you click yes, your browser will act as a censorship circumvention proxy as long as you are viewing a page with -the flash proxy badge: <a class="blank-link" href="http://crypto.stanford.edu/flashproxy/"><img id="flashproxy-badge" src="badge.png" alt="Internet Freedom"></a>. +the flash proxy badge. </p> <p> <a href="http://crypto.stanford.edu/flashproxy/">For more information on this system click here</a>.
tor-commits@lists.torproject.org