test.css
553 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* Fixes navigation panel overlaying content */
html {
font-size: 11pt;
}
body {
padding-top: 100px; /* make room at top of page for the navbar */
background: #bbb;
}
/*code {
white-space: pre;
}
*/
/* Hack to avoid name clash between pygments and mathjax */
.MathJax .mo,
.MathJax .mi {
color: inherit;
}
.card {
margin-bottom: 1em;
}
.alert {
margin-top: 3em;
}
textarea {
font-family: monospace !important;
}
.noleftmargin {
margin-left: 0px;
}
.CodeMirror {
border: 1px solid #eee;
height: auto;
}