[tor-commits] r26601: {website} fix the .dbox class so users can edit the donation number. ( (website/trunk/css)

Roger Dingledine arma at torproject.org
Mon Feb 10 19:54:43 UTC 2014


Author: arma
Date: 2014-02-10 19:54:43 +0000 (Mon, 10 Feb 2014)
New Revision: 26601

Modified:
   website/trunk/css/layout.css
Log:
fix the .dbox class so users can edit the donation number.

(currently the "Donate to Tor" text covers the box with the number 5 in
it, so they can't click on it to change it.)


Modified: website/trunk/css/layout.css
===================================================================
--- website/trunk/css/layout.css	2014-02-10 18:54:07 UTC (rev 26600)
+++ website/trunk/css/layout.css	2014-02-10 19:54:43 UTC (rev 26601)
@@ -980,6 +980,7 @@
 	padding: 1.4em 0.7em;
 	width: 163px;
 	margin: 0px 0px 0px 10px;
+	z-index:-10;
 }
 
 	.dbox p {



More information about the tor-commits mailing list