File: Default.css

package info (click to toggle)
bijiben 40.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,476 kB
  • sloc: ansic: 13,201; xml: 106; javascript: 70; python: 18; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (3)
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
body {
  max-width:        35.0em;
  margin:           -1em auto;
  word-wrap:        break-word;
  color:            black;
  line-height:      1.5em;
  padding:          2.0em;
  font-size:        150%;
  unicode-bidi:     plaintext;
}

div {
  margin:           0.75em 0;
  unicode-bidi:     plaintext;
}

ul {
  list-style-position:inside;
  margin-top :      0;
  margin-bottom:    0;
  padding:          0 0 0 .75em;
}

ol {
  list-style-position:inside;
  margin-top :      0;
  margin-bottom:    0;
  padding:          0 0 0 .75em;
}