fix the .dbox class so users can edit the donation number.
Roger Dingledine

Roger Dingledine commited on 2014-02-10 20:54:43
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.


(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.)

... ...
@@ -980,6 +980,7 @@ small {
980 980
 	padding: 1.4em 0.7em;
981 981
 	width: 163px;
982 982
 	margin: 0px 0px 0px 10px;
983
+	z-index:-10;
983 984
 }
984 985
 
985 986
 	.dbox p {
986 987