commit c65bec2be5879fb3e114a108b5235053661610fb Author: Isis Lovecruft isis@torproject.org Date: Tue Jan 28 17:49:08 2014 +0000
Adjust margin width on bootstap step containers. --- lib/bridgedb/templates/assets/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/templates/assets/custom.css b/lib/bridgedb/templates/assets/custom.css index bc0e2d1..9449fc5 100644 --- a/lib/bridgedb/templates/assets/custom.css +++ b/lib/bridgedb/templates/assets/custom.css @@ -97,7 +97,7 @@ margin-top: 2px; } [class*="bdb_span"] { min-height: 1px; - margin: 0 20px 22px 20px; + margin: 0 20px 16px 20px; } .bdb_span7 { width: 560px
tor-commits@lists.torproject.org