File: error.less

package info (click to toggle)
jupyter-notebook 4.2.3-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 7,804 kB
  • sloc: python: 8,698; makefile: 240; sh: 74
file content (20 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
div.error {
  margin: 2em;
  text-align: center;
}

div.error > h1 {
    font-size: 500%;
    line-height: normal;
}

div.error > p {
    font-size: 200%;
    line-height: normal;
}

div.traceback-wrapper {
    text-align: left;
    max-width: 800px;
    margin: auto;
}