| OLD | NEW |
| 1 /** | 1 /** |
| 2 * Sphinx stylesheet -- default theme | 2 * Sphinx stylesheet -- default theme |
| 3 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 3 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 4 */ | 4 */ |
| 5 | 5 |
| 6 @import url("basic.css"); | 6 @import url("basic.css"); |
| 7 | 7 |
| 8 /* -- page layout ----------------------------------------------------------- */ | 8 /* -- page layout ----------------------------------------------------------- */ |
| 9 | 9 |
| 10 body { | 10 body { |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 padding: 1px 2px; | 230 padding: 1px 2px; |
| 231 font-size: 1.2em; | 231 font-size: 1.2em; |
| 232 font-family: monospace; | 232 font-family: monospace; |
| 233 } | 233 } |
| 234 | 234 |
| 235 #table-of-contents ul { | 235 #table-of-contents ul { |
| 236 padding-left: 2em; | 236 padding-left: 2em; |
| 237 } | 237 } |
| 238 | 238 |
| 239 div.sphinxsidebarwrapper div a {margin: 0.7em;} | 239 div.sphinxsidebarwrapper div a {margin: 0.7em;} |
| OLD | NEW |