File tree Expand file tree Collapse file tree 4 files changed +4650
-0
lines changed Expand file tree Collapse file tree 4 files changed +4650
-0
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ body .rise-enabled div .inner_cell > div .input_area {
2
+ font-size : 125% ;
3
+ }
4
+
5
+ body .rise-enabled div .output_subarea .output_text .output_result {
6
+ font-size : 125% ;
7
+ }
8
+ body .rise-enabled div .output_subarea .output_text .output_stream .output_stdout {
9
+ font-size : 125% ;
10
+ }
11
+
12
+ body .rise-enabled div .output_subarea .output_html .rendered_html .output_result {
13
+ font-size : 125% ;
14
+ }
15
+
16
+ body .rise-enabled td {
17
+ font-size : 125% ;
18
+ }
19
+
20
+ body .rise-enabled th {
21
+ font-size : 125% ;
22
+ }
23
+
24
+ body .rise-enabled .prompt {
25
+ width : 0px ; min-width : 0px ; visibility : collapse
26
+ }
27
+
28
+ body .rise-enabled h1 ,
29
+ body .rise-enabled h2 ,
30
+ body .rise-enabled h3 ,
31
+ body .rise-enabled h4 ,
32
+ body .rise-enabled h5 ,
33
+ body .rise-enabled h6
34
+ {
35
+ font-family : "Cambria" , serif !important ;
36
+ font-weight : normal !important ;
37
+ }
You can’t perform that action at this time.
0 commit comments