diff --git a/examples/css/docs-page.css b/examples/css/docs-page.css index cf2a6142..8fb52ceb 100644 --- a/examples/css/docs-page.css +++ b/examples/css/docs-page.css @@ -30,8 +30,8 @@ p.docs-page__paragraph { margin: 0 0 1em; } .docs-page .link { - color: #5eadc8; - text-decoration: none; + color: #5eadc8; + text-decoration: none; } .docs-page__header { background: #5eadc8; @@ -52,6 +52,7 @@ p.docs-page__paragraph { overflow: hidden; } .docs-page__sidebar { + position: fixed; float: left; width: 220px; padding: 30px 15px; @@ -59,6 +60,7 @@ p.docs-page__paragraph { } .docs-page__content { float: left; + margin-left: 220px; min-width: 600px; } .docs-page__nav { diff --git a/examples/index.html b/examples/index.html index eddc5b1d..29fb5a55 100644 --- a/examples/index.html +++ b/examples/index.html @@ -17,8 +17,8 @@

Superdesk UI Framework