aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selectable
diff options
context:
space:
mode:
Diffstat (limited to 'demos/selectable')
-rw-r--r--demos/selectable/default.html2
-rw-r--r--demos/selectable/floating.html2
-rw-r--r--demos/selectable/serializing.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/selectable/default.html b/demos/selectable/default.html
index 0f8901357..6c050935b 100644
--- a/demos/selectable/default.html
+++ b/demos/selectable/default.html
@@ -13,7 +13,7 @@
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
- #selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 1.4em; font-weight: bold; }
+ #selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; font-weight: bold; }
</style>
<script type="text/javascript">
$(function() {
diff --git a/demos/selectable/floating.html b/demos/selectable/floating.html
index a946cd967..8f41e7efc 100644
--- a/demos/selectable/floating.html
+++ b/demos/selectable/floating.html
@@ -13,7 +13,7 @@
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; }
- #selectable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 100px; font-size: 4em; text-align: center; }
+ #selectable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 80px; font-size: 4em; text-align: center; }
</style>
<script type="text/javascript">
$(function() {
diff --git a/demos/selectable/serializing.html b/demos/selectable/serializing.html
index 2985fdfdf..7bd822db9 100644
--- a/demos/selectable/serializing.html
+++ b/demos/selectable/serializing.html
@@ -13,7 +13,7 @@
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
- #selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 1.4em; font-weight: bold; }
+ #selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; font-weight: bold; }
</style>
<script type="text/javascript">
$(function() {