Changeset - 2f02ea474a00
[Not reviewed]
Dennis Fink - 9 years ago 2015-10-21 23:53:46
dennis.fink@c3l.lu
Make img subheaders using the same header type

Change h3 to h2
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/root/member.html
Show inline comments
 
@@ -6,7 +6,7 @@
 
  <div class="col-md-4">
 
    <img src="{{ url_for('static', filename='images/Partners.png') }}" class="img-responsive img-rounded center-block" alt="Partners" width="160"></img>
 
    <div class="text-center">
 
      <h3>Join</h3>
 
      <h2>Join</h2>
 
    </div>
 
  </div>
 
  <div class="col-md-8">
ennstatus/templates/root/mirrors.html
Show inline comments
 
@@ -14,7 +14,7 @@
 
  <div class="col-md-4">
 
    <img src="{{ url_for('static', filename='images/Services.png') }}" class="img-responsive img-rounded center-block" alt="Partners" width="160"></img>
 
    <div class="text-center">
 
      <h3>Mirrors</h3>
 
      <h2>Mirrors</h2>
 
    </div>
 
  </div>
 
  <div class="col-md-8">
ennstatus/templates/root/partners.html
Show inline comments
 
@@ -6,7 +6,7 @@
 
  <div class="col-md-4">
 
    <img src="{{ url_for('static', filename='images/Partners.png') }}" class="img-responsive img-rounded center-block" alt="Partners" width="160"></img>
 
    <div class="text-center">
 
      <h3>Partners</h3>
 
      <h2>Partners</h2>
 
    </div>
 
  </div>
 
  <div class="col-md-8">
0 comments (0 inline, 0 general)