File: networkx.css

package info (click to toggle)
python-networkx 1.9%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,052 kB
  • ctags: 3,986
  • sloc: python: 52,132; makefile: 176
file content (14 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import url('css/theme.css');

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

.wy-table-responsive table td:first-child {
    white-space: nowrap;
}

code, .rst-content tt, .linenodiv pre, div[class^="highlight"] pre {
    font-family: 'Inconsolata', 'Monaco', 'Consolas', monospace;
    font-size: 85%;
}