commit 2f216a80330d9ece20bb09608dbc1c2a8fcb8974 Author: David Fifield david@bamsoftware.com Date: Wed Mar 20 14:46:56 2013 -0700
Fix height and width of facebook.html. --- modules/facebook/facebook.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/facebook/facebook.html b/modules/facebook/facebook.html index 8321dbc..8a7363b 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="80" height="15" frameborder="0" scrolling="no"></iframe> +<iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="520" height="150" frameborder="0" scrolling="no"></iframe> </body> </html>
tor-commits@lists.torproject.org