22 lines
452 B
CSS
22 lines
452 B
CSS
|
body.rise-enabled div.inner_cell>div.input_area {
|
||
|
font-size: 150%;
|
||
|
}
|
||
|
|
||
|
body.rise-enabled div.output_subarea.output_text.output_result {
|
||
|
font-size: 150%;
|
||
|
}
|
||
|
body.rise-enabled div.output_subarea.output_text.output_stream.output_stdout {
|
||
|
font-size: 150%;
|
||
|
}
|
||
|
|
||
|
body.rise-enabled div.output_subarea.output_html.rendered_html.output_result {
|
||
|
font-size: 150%;
|
||
|
}
|
||
|
|
||
|
body.rise-enabled td {
|
||
|
font-size: 120%;
|
||
|
}
|
||
|
|
||
|
body.rise-enabled th {
|
||
|
font-size: 120%;
|
||
|
}
|