index.css 465 B

12345678910111213141516171819202122
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. body {
  6. background: white;
  7. margin: 0;
  8. padding: 0;
  9. }
  10. #main {
  11. position: absolute;
  12. top: 4px;
  13. left: 4px;
  14. right: 4px;
  15. bottom: 4px;
  16. }
  17. .jp-NotebookPanel {
  18. border-bottom: 1px solid #e0e0e0;
  19. }