diff templates/sat_website/developers.html @ 26:3df49721008c

upgrade to Bootstrap v3.3.1
author souliane <souliane@mailoo.org>
date Mon, 19 Jan 2015 21:22:40 +0100
parents e45aed963722
children 10ce34ab389a
line wrap: on
line diff
--- a/templates/sat_website/developers.html	Mon Jan 19 14:23:56 2015 +0100
+++ b/templates/sat_website/developers.html	Mon Jan 19 21:22:40 2015 +0100
@@ -26,9 +26,9 @@
 {% block subtext %}{% trans "Here are some informations on how to develop the Salut à Toi project" %}{% endblock %}
 {% block main_container %}
 <div class="row">
-    <h4 class="alert alert-success">
+    <h5 class="alert alert-success">
     {% trans "Get the source" %}
-    </h4>
+    </h5>
     <div class="info">
         <p>{% blocktrans with repos_sat="<a href=\"http://repos.goffi.org/sat\">http://repos.goffi.org/sat</a>" repos="<a href=\"http://repos.goffi.org\">http://repos.goffi.org</a>" %}You'll find the mercurial repository of SàT on {{ repos_sat }}, satellite project are also available on {{ repos }}{% endblocktrans %}</p>
         <p>{% blocktrans with mercurial="<a href=\"http://mercurial.selenic.com/\">Mercurial</a>" %}To clone the repository, use {{ mercurial }}: <code>hg clone http://repos.goffi.org/sat</code>. Check the wiki (see below) for installation instructions{% endblocktrans %}</p>
@@ -36,9 +36,9 @@
 </div>
 
 <div class="row">
-    <h4 class="alert alert-success">
+    <h5 class="alert alert-success">
     {% trans "Documentation" %}
-    </h4>
+    </h5>
     <div class="info">
         <p>{% blocktrans with wiki="<a href=\"http://wiki.goffi.org/wiki/sat\">http://wiki.goffi.org/wiki/sat</a>" %}The documentation is available on the wiki: {{ wiki }} (don't hesitate to improve it){% endblocktrans %}</p>
         <p>{% blocktrans with developers_page="<a href=\"http://wiki.goffi.org/wiki/S%C3%A0T_d%C3%A9veloppement/en\">http://wiki.goffi.org/wiki/SàT_développement</a>" %}You'll also find a dedicated page for developers: {{ developers_page }}{% endblocktrans %}</p>
@@ -48,9 +48,9 @@
 </div>
 
 <div class="row">
-    <h4 class="alert alert-success">
+    <h5 class="alert alert-success">
     {% trans "Contact" %}
-    </h4>
+    </h5>
     <div class="info">
         <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}</p>
     </div>