This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch maint-11.5 in repository torbutton.
The following commit(s) were added to refs/heads/maint-11.5 by this push: new 042f1687 Bug 41355: Adjust line spacing in YEC 2022 heading 042f1687 is described below
commit 042f1687e38915803b1e25bb19b28af2256ca2d2 Author: Henry Wilkes henry@torproject.org AuthorDate: Wed Oct 12 09:58:44 2022 +0100
Bug 41355: Adjust line spacing in YEC 2022 heading --- chrome/skin/aboutTor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/skin/aboutTor.css b/chrome/skin/aboutTor.css index 2ea6807e..5c75c1f0 100644 --- a/chrome/skin/aboutTor.css +++ b/chrome/skin/aboutTor.css @@ -206,7 +206,7 @@ body:not([showmanual]) .showForManual { * yec-background-image, even if one of the sub-heading elements has long text * content that would normally grow the size of the grid. */ width: 1px; - line-height: 1; + line-height: 1.05; font-family: 'Space Grotesk', sans-serif; font-size: 60px; letter-spacing: -0.05em;
tor-commits@lists.torproject.org