File: custom.css_t

package info (click to toggle)
python-cassandra-driver 3.29.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,144 kB
  • sloc: python: 51,532; ansic: 768; makefile: 138; sh: 13
file content (26 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import url("alabaster.css");

div.document {
	width: 1200px;
}

div.sphinxsidebar h1.logo a {
	font-size: 24px;
}

code.descname {
    color: #4885ed;
}

th.field-name {
    min-width: 100px;
    color: #3cba54;
}

div.versionmodified {
    font-weight: bold
}

div.versionadded {
    font-weight: bold
}