Browse Source

Fix tag page layout

Jordi Boggiano 13 years ago
parent
commit
bf9aaf7585
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/Packagist/WebBundle/Resources/views/Web/tag.html.twig

+ 1 - 3
src/Packagist/WebBundle/Resources/views/Web/tag.html.twig

@@ -1,7 +1,5 @@
 {% extends "PackagistWebBundle:Web:list.html.twig" %}
 {% extends "PackagistWebBundle:Web:list.html.twig" %}
 
 
 {% block content_title %}
 {% block content_title %}
-    <div class="box clearfix">
-        <h1>Packages tagged with {{ tag }}</h1>
-    </div>
+    <h1>Packages tagged with {{ tag }}</h1>
 {% endblock %}
 {% endblock %}