diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/demos.css | 3 | ||||
-rw-r--r-- | demos/dialog/modal-form.html | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/demos/demos.css b/demos/demos.css index da9ad833a..555352e35 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -1,5 +1,4 @@ body { - font-size: 62.5%; font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; } @@ -10,8 +9,6 @@ table { .demo-description { clear: both; padding: 12px; - font-size: 1.3em; - line-height: 1.4em; } .ui-draggable, .ui-droppable { diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 6e36bb9d6..b09f4e91e 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -16,7 +16,6 @@ <script src="../../ui/effect.js"></script> <link rel="stylesheet" href="../demos.css"> <style> - body { font-size: 62.5%; } label, input { display:block; } input.text { margin-bottom:12px; width:95%; padding: .4em; } fieldset { padding:0; border:0; margin-top:25px; } |