commit 2a0b288ae926f06c2bacbb8df1ffea488dd0c05a Author: Isis Lovecruft isis@torproject.org Date: Fri Apr 11 11:13:40 2014 +0000
Decrease CSS class "container-narrow" width to 675px. --- lib/bridgedb/templates/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/templates/assets/css/custom.css b/lib/bridgedb/templates/assets/css/custom.css index 9449fc5..870d1a9 100644 --- a/lib/bridgedb/templates/assets/css/custom.css +++ b/lib/bridgedb/templates/assets/css/custom.css @@ -6,7 +6,7 @@ body { /* Custom container */ .container-narrow { margin: 0 auto; - max-width: 700px; + max-width: 675px; } .container-narrow > hr { margin: 30px 0;
tor-commits@lists.torproject.org