Changeset - d3c04b001cf4
[Not reviewed]
Dennis Fink - 9 years ago 2015-10-21 23:37:43
dennis.fink@c3l.lu
Use span instead of h2 for torproject label

This fixes semantics.
2 files changed with 11 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/css/ennstatus.css
Show inline comments
 
@@ -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;
 

	
 
}
ennstatus/templates/root/index.html
Show inline comments
 
@@ -75,7 +75,7 @@
 
      <p>
 
        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.
 
      </p>
 
      <h2><a href="http://torproject.lu" target="blank"><span class="label label-info">Learn more about Tor</span></a></h2>
 
      <span class="highlighted-label-big"><a href="http://torproject.lu" target="blank"><span class="label label-info">Learn more about Tor</span></a></span>
 
  </div>
 
{% endblock %}
 

	
0 comments (0 inline, 0 general)