File size: 257 Bytes
430de99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * some extra css to make markdown look similar between github/sphinx
 */

/*
 * Below is for install.md:
 */
.rst-content code {
  white-space: pre;
  border: 0px;
}

th {
  border: 1px solid #e1e4e5;
}

div.section > details {
  padding-bottom: 1em;
}