ni_nitdoc: namespace style
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 26 Jul 2013 22:38:23 +0000 (18:38 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 26 Jul 2013 22:38:23 +0000 (18:38 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/ni_nitdoc.nit

index edfb81e..df6447f 100644 (file)
@@ -551,7 +551,7 @@ class NitdocModule
                sidebar
                append("<div class='content'>")
                append("<h1>{mmodule.name}</h1>")
-               append("<div class='subtitle'>")
+               append("<div class='subtitle info'>")
                mmodule.html_signature(self)
                append("</div>")
                mmodule.html_full_comment(self)