summaryrefslogtreecommitdiff
path: root/cbse/rise.css
blob: 11d733d5e928c64b9a84f9913495fa06db67d461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Customizations for RISE slides
 */

/* Increase font size for the code cells.
*/

div.cell.code_cell {
    font-size: 150%;
}

/*
div.CodeMirror-lines {
    font-size: 125%;
}*/

/* Tables were rendered out as tiny values
 since the font-size was set to 12px somehow.
*/
.rendered_html table {
    font-size: 100%
}