File: style.css

package info (click to toggle)
vera%2B%2B 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,208 kB
  • sloc: cpp: 10,361; tcl: 921; sh: 59; python: 32; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (2)
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
<style type="text/css">
body
{
  background: white;
  margin: 0px;
  padding: 20px;
  font-family: sans-serif;
  font-size: smaller;
}

h1
{
  background-color: #f4fafa;
  padding: 5px 10px 5px 10px;
}

p
{
  padding-left: 10px;
}

pre
{
  margin: 10px;
  background-color: #f4fafa;
  border: 1px dotted blue;
  padding: 10px;
}

li
{
  margin: 10px;
}
</style>