demos.css 287 B

12345678910111213141516171819
  1. body {
  2. font-size: 62.5%;
  3. font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
  4. }
  5. table {
  6. font-size: 1em;
  7. }
  8. .demo-description {
  9. clear: both;
  10. padding: 12px;
  11. font-size: 1.3em;
  12. line-height: 1.4em;
  13. }
  14. .ui-draggable, .ui-droppable {
  15. background-position: top;
  16. }