File: default.css

package info (click to toggle)
yelp 2.30.1%2Bwebkit-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,060 kB
  • ctags: 1,899
  • sloc: ansic: 18,933; sh: 10,335; xml: 393; makefile: 259
file content (19 lines) | stat: -rw-r--r-- 460 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
h1 { font-size: 1.6em; font-weight: bold; }
h2 { font-size: 1.4em; font-weight: bold; }
h3 { font-size: 1.2em; font-weight: bold; }

body {
	padding-left: 8px;
	padding-right: 12px;
}

p, div { margin: 0em; }
p + p, p + div, div + p, div + div { margin-top: 0.8em; }

dl { margin: 0px; }
ol { margin: 0px; }
ul { margin: 0px; }
ol li { padding-left: 12px; }
ul li { padding-left: 12px; }

li[class="menu-folder"] + li[class="menu-file"] { margin-top: 0.8em; }