jquery-ui/demos/demos.css

20 lines
287 B
CSS
Raw Normal View History

2008-12-30 04:16:51 +00:00
body {
font-size: 62.5%;
2012-09-10 15:33:46 +00:00
font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
2008-12-30 04:16:51 +00:00
}
table {
font-size: 1em;
}
2012-09-10 15:33:46 +00:00
.demo-description {
clear: both;
2012-09-10 15:33:46 +00:00
padding: 12px;
font-size: 1.3em;
line-height: 1.4em;
}
.ui-draggable, .ui-droppable {
2012-09-10 15:33:46 +00:00
background-position: top;
}