File: howto.css

package info (click to toggle)
openboard 1.7.3%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 57,404 kB
  • sloc: cpp: 76,443; javascript: 10,089; xml: 234; ansic: 38; makefile: 23; sh: 8
file content (44 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (5)
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

#content{
	width:90%;
	margin:5%;
}

#content table{
	width:100%;
}

#info-ico{
	float:right;
}

.column{
	width:55%;
}

#f{
	margin-top:-20px;
}

.img{
	margin-left:30px;
}

.spacer{
	margin-bottom:30px;
}

.lspacer{
	margin-bottom:12px;
}

h1{
	font-size:20px;
	color:rgb(30,50,230);
}

p.small{
	margin-top:-8px;
	font-size:10px;
	font-weight:bold;
}