aboutsummaryrefslogtreecommitdiffstats
path: root/demos/demos.css
blob: 555352e358307fbd415739482e927389d525c9dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
}

table {
	font-size: 1em;
}

.demo-description {
	clear: both;
	padding: 12px;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}