File: libinputdoxygen.css

package info (click to toggle)
libinput 1.12.6-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,720 kB
  • sloc: ansic: 68,031; python: 1,632; sh: 173; makefile: 16; cpp: 7
file content (47 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
dd {
    margin-left: 30px;
}

.title {
	font-size: 400%;
	font-weight: 200;
}

h1 {
	font-size: 300%;
}

h2 {
	font-size: 200%;
}

.sm-dox li {
	float:left;
	border-top: 0;
	padding-right: 20px;
}

.sm li, .sm a {
	position: relative;
}

.sm, .sm ul, .sm li {
	list-style: none;
	display: block;
	line-height: normal;
	direction: ltr;
	text-align: left;
}

.sm, .sm *, .sm *::before, .sm *::after {
	box-sizing: border-box;
}

#main-nav {
	padding: 30px;
}

/* Main menu sub-items like file-list, etc */
#main-menu li ul {
	display: none;
}