diff --git a/docs/css/main.css b/docs/css/main.css index f644a42..1c3ddf8 100755 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -59,6 +59,7 @@ pre { .banner pre { width: calc(var(--elem-width) - 40px); + margin: 5px; } .banner, diff --git a/docs/index.php b/docs/index.php index ba0fa0b..e7b7f68 100644 --- a/docs/index.php +++ b/docs/index.php @@ -4,12 +4,16 @@ require(__DIR__ . "/../libs/comment.php"); page_header(); -?> - 0)) { ?> + if (!is_null($username)) { + //comments("root","root"); + } + if (!($_GET['page'] > 0)) { ?>