commit f676e97a923a2e659bea375ee90bf78ab7b061ad Author: David Fifield david@bamsoftware.com Date: Fri May 24 14:02:35 2013 -0700
Resize facebook.html to 80×15.
Per request by Griffin Boyce. --- modules/facebook/facebook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/facebook/facebook.html b/modules/facebook/facebook.html index 8a7363b..8321dbc 100644 --- a/modules/facebook/facebook.html +++ b/modules/facebook/facebook.html @@ -12,6 +12,6 @@ iframe { </style> </head> <body> -<iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="520" height="150" frameborder="0" scrolling="no"></iframe> +<iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="80" height="15" frameborder="0" scrolling="no"></iframe> </body> </html>
tor-commits@lists.torproject.org