# HG changeset patch # User Dennis Fink # Date 2015-10-21 23:37:43 # Node ID d3c04b001cf4e8ebaca7cb9530cc3396dfb6c795 # Parent 64cbf87ba646dd84053ad7f87b3c3f4c28ecd0e4 Use span instead of h2 for torproject label This fixes semantics. diff --git a/ennstatus/static/css/ennstatus.css b/ennstatus/static/css/ennstatus.css --- a/ennstatus/static/css/ennstatus.css +++ b/ennstatus/static/css/ennstatus.css @@ -180,3 +180,13 @@ a, a:hover, a:active, a:visited { box-sizing: border-box; display: inline-block; } + +.highlighted-label-big { + font-size: 30px; + margin-bottom: 10px; + font-weight: 500; + line-height: 1.1; + box-sizing: border-box; + display: inline-block; + +} diff --git a/ennstatus/templates/root/index.html b/ennstatus/templates/root/index.html --- a/ennstatus/templates/root/index.html +++ b/ennstatus/templates/root/index.html @@ -75,7 +75,7 @@

By bouncing your communications around a distributed network of relays run by volunteers all around the world, it prevents somebody watching your Internet connection from learning what sites you visit, and it prevents the sites you visit from learning your physical location.

-

Learn more about Tor

+ Learn more about Tor {% endblock %}