aboutsummaryrefslogtreecommitdiffstats
path: root/demos/button/toolbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/button/toolbar.html')
-rw-r--r--demos/button/toolbar.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html
index eb1d2c3ea..5be3668f6 100644
--- a/demos/button/toolbar.html
+++ b/demos/button/toolbar.html
@@ -11,7 +11,12 @@
<link rel="stylesheet" href="../demos.css">
<style>
#toolbar {
- padding: 10px 4px;
+ padding: 11px 4px 9px 4px;
+ }
+
+ /* support: IE7 */
+ *:first-child+html #toolbar {
+ padding: 4px 0px 4px 5px;
}
</style>
<script>