index.css 551 B

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