diff -r 3ff0abc49ed5 -r 24f5484bae97 docs/src/ucx.css --- a/docs/src/ucx.css Sat Oct 28 16:31:29 2017 +0200 +++ b/docs/src/ucx.css Mon Nov 13 12:21:55 2017 +0100 @@ -8,11 +8,11 @@ text-decoration-style: dotted; // not supported in IE / Edge } -#header, h1, h2, h3, #sidebar { +#page-header, h1, h2, h3, #sidebar { font-family: sans-serif; } -#header { +#page-header { padding-top: 0.3em; padding-bottom: 0.5em; margin-bottom: 2em; @@ -22,13 +22,13 @@ border-bottom-color: #2e2e2e; } -#header span { +#page-header span { font-size: 2em; font-weight: bold; - margin-left: 1em; + color: #2e2e2e; } -#header img { +#page-header img { float: right; } @@ -57,6 +57,7 @@ .nav ul { margin-top: 0; padding-top: 0; + padding-left: 2em; font-size: 0.95em; }