Skip to content
Snippets Groups Projects
Commit d38f422a authored by schmittu's avatar schmittu :beer:
Browse files

the header of the notebooks now also shows (c) info

parent bcac2c62
No related branches found
No related tags found
No related merge requests found
......@@ -88,13 +88,41 @@
h1, h2, h3, h4 {
font-family: Kameron, arial;
}
div#maintoolbar {display: none !important;}
div#site {
border-top: 20px solid #1F407A;
border-right: 20px solid #1F407A;
margin-bottom: 0;
padding-bottom: 0;
}
div#toc-wrapper {
border-left: 20px solid #1F407A;
border-top: 20px solid #1F407A;
}
body {
margin-botton:10px;
}
</style>
<script>
IPython.OutputArea.prototype._should_scroll = function(lines) {
return false;
}
</script>
<footer id="attribution" style="float:left; color:#1F407A; background:#fff; font-family: helvetica;">
Copyright (C) 2019 Scientific IT Services of ETH Zurich,
<p>
Contributing Authors:
Dr. Tarun Chadha,
Dr. Franziska Oschmann,
Dr. Mikolaj Rybinski,
Dr. Uwe Schmitt.
</p<
</footer>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment