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

upgrade to Bootstrap v3.3.1
author souliane <souliane@mailoo.org>
date Mon, 19 Jan 2015 21:22:40 +0100
parents 9305c6458e2f
children 10ce34ab389a
line wrap: on
line diff
--- a/templates/sat_website/category.html	Mon Jan 19 14:23:56 2015 +0100
+++ b/templates/sat_website/category.html	Mon Jan 19 21:22:40 2015 +0100
@@ -23,8 +23,8 @@
 {% load staticfiles %}
 {% block content %}
 	<div class="container">
-		<header id="overview" class="jumbotron subhead">
-			<h1>{% block headline %}{% endblock %}</h1>
+		<header id="overview" class="subhead">
+			<h2>{% block headline %}{% endblock %}</h2>
 				<p class="lead">{% block subtext %}{% endblock %}</p>
 					{% block extra %}{% endblock %}
 		</header>