12345678910111213141516171819202122 |
- 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%;
- }
|