nitdoc: remove `well` around level 2 titles
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 22 May 2015 01:58:43 +0000 (21:58 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 24 Jun 2015 18:23:08 +0000 (14:23 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/doc/html_templates/html_templates.nit

index ecff87f..6b0bc54 100644 (file)
@@ -265,7 +265,6 @@ redef class DocComposite
                if html_title != null then
                var header = new Header(hlvl, html_title.write_to_string)
                header.css_classes.add "signature"
-               if hlvl == 2 then header.css_classes.add "well well-sm"
                addn header
                end
                if html_subtitle != null then