File: index.css

package info (click to toggle)
jqueryui 1.12.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,800 kB
  • sloc: php: 584; xml: 104; makefile: 75
file content (18 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (7)
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;
}