SE_BMMF/01kapitel/rise.css

22 lines
452 B
CSS
Raw Normal View History

2022-02-22 12:46:01 +00:00
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%;
}