index.css 485 B

1234567891011121314151617181920212223
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) 2014-2016, Jupyter Development Team.
  3. |
  4. | Distributed under the terms of the Modified BSD License.
  5. |----------------------------------------------------------------------------*/
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. font-family: sans-serif;
  10. }
  11. #main {
  12. position: absolute;
  13. top: 4px;
  14. left: 4px;
  15. right: 4px;
  16. bottom: 4px;
  17. }
  18. .jp-Notebook-panel {
  19. border-bottom: 1px solid #E0E0E0;
  20. }