summaryrefslogtreecommitdiff
path: root/advanced_python/rise.css
blob: 0846e506bb500b2b595a2aa1e87ee7ac63e6d977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Customizations for RISE slides
 */

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

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

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