Author: phobos Date: 2011-10-01 15:43:17 +0000 (Sat, 01 Oct 2011) New Revision: 25145
Modified: website/trunk/css/ie7-and-down.css website/trunk/css/layout.css website/trunk/download/en/download-easy.wml Log: patch some oddities for windows users on download-easy.
Modified: website/trunk/css/ie7-and-down.css =================================================================== --- website/trunk/css/ie7-and-down.css 2011-10-01 00:05:29 UTC (rev 25144) +++ website/trunk/css/ie7-and-down.css 2011-10-01 15:43:17 UTC (rev 25145) @@ -83,7 +83,7 @@ } .dbox.dl { - margin: 0px 0px 20px 20px; + margin: 0px 0px 20px 0px; }
.dbox.dsmall { @@ -101,6 +101,10 @@
table h2 { margin-bottom: -4px; padding-bottom: 0;}
+.desc { + width: 420px; + } + /*#footer .signup { width: 82px; font-size: 0;
Modified: website/trunk/css/layout.css =================================================================== --- website/trunk/css/layout.css 2011-10-01 00:05:29 UTC (rev 25144) +++ website/trunk/css/layout.css 2011-10-01 15:43:17 UTC (rev 25145) @@ -641,9 +641,9 @@
.easy { width: 710px; - height: 241px; background: url(../images/easy-bg.png) repeat-x scroll left 85px; margin-bottom: 10px; + padding-bottom: 15px; }
.easy .package h2, @@ -654,7 +654,7 @@ }
.easy .package h2 { - font-size: 30px; + font-size: 28px; font-weight: normal; padding-top: 10px; padding-bottom: 5px; @@ -711,8 +711,9 @@ .easy.linux, .easy.mac { border: 1px solid #885CA4; - border-radius: 10px; - } + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; }
.open { display: block; @@ -1082,7 +1083,7 @@ }
.dbox.dl input.amount { - width: 120px; + width: 110px; }
.dbox.donate {
Modified: website/trunk/download/en/download-easy.wml =================================================================== --- website/trunk/download/en/download-easy.wml 2011-10-01 00:05:29 UTC (rev 25144) +++ website/trunk/download/en/download-easy.wml 2011-10-01 15:43:17 UTC (rev 25145) @@ -44,9 +44,11 @@ (<a class="win-tbb-sig" href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_<lang>.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a> </div> </form> - <h2>Tor Browser Bundle for Windows</h2> - <em>Version <version-torbrowserbundle> - Windows 7, Vista, and XP</em> - <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="<page projects/torbrowser>">Learn more »</a></p> + <div class="desc"> + <h2>Tor Browser Bundle for Windows</h2> + <em>Version <version-torbrowserbundle> - Windows 7, Vista, and XP</em> + <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="<page projects/torbrowser>">Learn more »</a></p> + </div> <p class="alt-dl">Not Using Windows? Download for <a class="mac-alt" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx>-dev-osx-i386-<lang>.zip">Mac</a> or <a class="lin-alt" href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz">Linux</a></p> </div> </div> @@ -63,9 +65,11 @@ (<a class="mac-tbb-sig" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx>-dev-osx-i386-<lang>.zip.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a> </div> </form> - <h2>Tor Browser Bundle for Mac</h2> - <em>Version <version-torbrowserbundleosx> - OS X</em> - <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="<page projects/torbrowser>">Learn more »</a></p> + <div class="desc"> + <h2>Tor Browser Bundle for Mac</h2> + <em>Version <version-torbrowserbundleosx> - OS X</em> + <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="<page projects/torbrowser>">Learn more »</a></p> + </div> <p class="alt-dl">Not Using Mac? Download for <a class="win-alt" href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_<lang>.exe">Windows</a> or <a class="lin-alt" href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz">Linux</a></p> </div> </div> @@ -82,9 +86,11 @@ (<a class="lin-tbb32-sig" href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a> </div> </form> - <h2>Tor Browser Bundle for Linux</h2> - <em>Version <version-torbrowserbundlelinux32> - Linux, Unix, BSD</em> - <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="<page projects/torbrowser>">Learn more »</a></p> + <div class="desc"> + <h2>Tor Browser Bundle for Linux</h2> + <em>Version <version-torbrowserbundlelinux32> - Linux, Unix, BSD</em> + <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="<page projects/torbrowser>">Learn more »</a></p> + </div> <p class="alt-dl">Not Using Linux? Download for <a class="mac-alt" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx>-dev-osx-i386-<lang>.zip">Mac</a> or <a class="win-alt" href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_<lang>.exe">Windows</a></p> </div> </div>