ni_nitdoc: removed useless bottom margin with empty footer text
[nit.git] / share / nitdoc / styles / main.css
index 40cb7bd..af49faa 100644 (file)
@@ -84,7 +84,7 @@ header {
 .content {\r
        position: fixed;\r
        top: 50px;\r
-       bottom: 2em;\r
+       bottom: 0em;\r
        margin-left: 265px;\r
        width: 667px;\r
        overflow-y:     scroll;\r
@@ -96,6 +96,10 @@ header {
        width: 910px;\r
 }\r
 \r
+.content.footed {\r
+       bottom: 2em;\r
+}\r
+\r
 footer {\r
        position: fixed;\r
        bottom: 0;\r