nitdoc.css: do not display description with pre+monospace
authorJean Privat <jean@pryen.org>
Thu, 29 Aug 2013 18:52:47 +0000 (14:52 -0400)
committerJean Privat <jean@pryen.org>
Thu, 29 Aug 2013 18:52:47 +0000 (14:52 -0400)
The point about markdown documentation is that we drop big pre block
in the documentation in favor of a more readable style (with paragraph)

Signed-off-by: Jean Privat <jean@pryen.org>

share/ni_nitdoc/styles/main.css

index 1733965..c28dd8e 100644 (file)
@@ -18,7 +18,7 @@ ul {
        list-style-type: square;\r
 }\r
 \r
-pre, code, .description > div {\r
+pre, code {\r
        white-space: pre;\r
        font-family: monospace;\r
        font-size: 1em;\r