r3567 committed - button visual test: toolbar padding

r3567 committed - button visual test: toolbar padding

Revision: 3567
Author: joern.zaefferer
Date: Wed Dec 30 14:18:02 2009
Log: button visual test: toolbar padding
http://code.google.com/p/jquery-ui/source/detail?r=3567
Modified:
/branches/dev/tests/visual/button/default.html
=======================================
--- /branches/dev/tests/visual/button/default.html    Wed Dec 30 14:07:39 2009
+++ /branches/dev/tests/visual/button/default.html    Wed Dec 30 14:18:02 2009
@@ -39,7 +39,7 @@
    });
    </script>
    <style type="text/css">
-        #toolbar { margin-top: 2em; }
+        #toolbar { margin-top: 2em; padding:0.2em; }
        #ops1, #ops2, #format, #mode { margin-right: 1em }
    </style>
</head>
--