Skip to content

Commit

Permalink
Merge pull request #229 from minrk/restore-main-docs
Browse files Browse the repository at this point in the history
Restore link to the main Jupyter docs
  • Loading branch information
Ruv7 authored Sep 20, 2017
2 parents f896f38 + d30d6d1 commit 88c94e6
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 51 deletions.
90 changes: 90 additions & 0 deletions assets/documentation/general-block.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 8 additions & 36 deletions css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,55 +76,27 @@
top: 125px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.interfaces-dropdown-menu {
left: 23px;
}

.education-dropdown-menu {
left: 23px;
}

.jupyterhub-dropdown-menu {
left: 23px;
}

.kernels-dropdown-menu {
left: 23px;
}

.conversion-dropdown-menu {
left: 23px;
top: 122px;
}

.ipython-dropdown-menu {
left: 23px;
}

.architecture-dropdown-menu {
left: 23px;
}

.deployment-dropdown-menu {
left: 23px;
}

.jupyterlab-dropdown-menu {
left: 23px;
#general-block {
background-image: url(../assets/documentation/general-block.svg);
background-repeat: no-repeat;
background-position-x: 90%;
background-size: 80px;
background-position-y: center;
}

#interfaces-block {
background-image: url(../assets/documentation/interfaces-block.svg);
background-repeat: no-repeat;
background-position-x: 102%;
background-position-y: center
background-position-y: center;
}
#education-block {
background-image: url(../assets/documentation/education-block.svg);
background-repeat: no-repeat;
background-position-x: 90%;
background-position-y: center
background-position-y: center;
}
#jupyterhub-block {
background-image: url(../assets/documentation/jupyterhub_block.svg);
Expand Down
Loading

0 comments on commit 88c94e6

Please sign in to comment.