aboutsummaryrefslogtreecommitdiffstats
path: root/tests/index.css
blob: 5e35ae859be45538c29bd4762a0cba6de621cf1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.ui-widget-header {
	padding: 0.2em 0.5em;
	margin: 0;
}
.ui-widget-content {
	padding: 1em;
	margin-bottom: 1em;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	list-style: none;
}
li {
	line-height: 2em;
}