Author: phobos Date: 2011-05-27 02:15:22 +0000 (Fri, 27 May 2011) New Revision: 24790
Modified: website/trunk/css/layout.css website/trunk/donate/en/become-sponsor.wml website/trunk/donate/en/donate-hardware.wml website/trunk/donate/en/donate-service.wml website/trunk/donate/en/matching-program.wml Log: fix the warning image and link to the donation page through the new sidenav.
Modified: website/trunk/css/layout.css =================================================================== --- website/trunk/css/layout.css 2011-05-27 01:25:07 UTC (rev 24789) +++ website/trunk/css/layout.css 2011-05-27 02:15:22 UTC (rev 24790) @@ -431,7 +431,7 @@ }
.warning h2 { - background: url("../images/warning.jpg") no-repeat scroll left top transparent; + background: url("../images/warning2.jpg") no-repeat scroll left top transparent; padding-left: 40px; }
Modified: website/trunk/donate/en/become-sponsor.wml =================================================================== --- website/trunk/donate/en/become-sponsor.wml 2011-05-27 01:25:07 UTC (rev 24789) +++ website/trunk/donate/en/become-sponsor.wml 2011-05-27 02:15:22 UTC (rev 24790) @@ -39,7 +39,7 @@ </div> <!-- END MAINCOL --> <div id = "sidecol"> -#include "side.wmi" +#include "side-donate.wmi" #include "info.wmi" </div> <!-- END SIDECOL -->
Modified: website/trunk/donate/en/donate-hardware.wml =================================================================== --- website/trunk/donate/en/donate-hardware.wml 2011-05-27 01:25:07 UTC (rev 24789) +++ website/trunk/donate/en/donate-hardware.wml 2011-05-27 02:15:22 UTC (rev 24790) @@ -27,7 +27,7 @@ </div> <!-- END MAINCOL --> <div id = "sidecol"> -#include "side.wmi" +#include "side-donate.wmi" #include "info.wmi" </div> <!-- END SIDECOL -->
Modified: website/trunk/donate/en/donate-service.wml =================================================================== --- website/trunk/donate/en/donate-service.wml 2011-05-27 01:25:07 UTC (rev 24789) +++ website/trunk/donate/en/donate-service.wml 2011-05-27 02:15:22 UTC (rev 24790) @@ -36,7 +36,7 @@ </div> <!-- END MAINCOL --> <div id = "sidecol"> -#include "side.wmi" +#include "side-donate.wmi" #include "info.wmi" </div> <!-- END SIDECOL -->
Modified: website/trunk/donate/en/matching-program.wml =================================================================== --- website/trunk/donate/en/matching-program.wml 2011-05-27 01:25:07 UTC (rev 24789) +++ website/trunk/donate/en/matching-program.wml 2011-05-27 02:15:22 UTC (rev 24790) @@ -16,7 +16,7 @@ </div> <!-- END MAINCOL --> <div id = "sidecol"> -#include "side.wmi" +#include "side-donate.wmi" #include "info.wmi" </div> <!-- END SIDECOL -->
tor-commits@lists.torproject.org