app/assets/stylesheets/lina/apidoc.scss in lina-0.0.2 vs app/assets/stylesheets/lina/apidoc.scss in lina-0.0.3

- old
+ new

@@ -2,17 +2,30 @@ height: 100%; margin-right: 0; margin-left: 0; font-weight: 300; + .apidoc-left-title { + font-weight: 200; + padding: 16px; + margin: 0; + border-bottom: 1px solid #eee; + color: #999; + } + .apidoc-title { border-bottom: 1px solid #eee; - margin: 0; + margin: -10px -10px 10px -10px; padding: 16px; text-align: center; font-weight: 200; color: #999; + + .api-expand-handle { + float: left; + cursor: pointer; + } } .api-content-wrapper { border-bottom: 4px solid #aaa; margin-bottom: 30px; @@ -38,17 +51,24 @@ .nav-pills > li > a { border-radius: 0; padding: 6px; white-space: nowrap; } + + &.expandedTree { + display: none; + } } .api-contents { margin-left: 300px; padding: 10px; height: 100%; overflow-y: auto; font-size: 20px; + &.expandedTree { + margin-left: 0; + } } .path { font-size: 32px; padding: 0px 0 15px 0;