Some more playground CSS fixes
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 24 May 2012 20:36:53 +0800
changeset 684 6202a42a30db
parent 683 deec51d50fcf
child 685 85291e069235
Some more playground CSS fixes
playground/playground.css
--- a/playground/playground.css	Wed May 23 23:31:14 2012 -0400
+++ b/playground/playground.css	Thu May 24 20:36:53 2012 +0800
@@ -48,16 +48,14 @@
 }
 
 li.button-list {
-  display: block;
-  float: left;
+  display: inline-block;
   margin-right: 6px;
 }
 
 li.button {
   background: transparent url('images/bg_button.gif') no-repeat scroll top right;
   color: #444;
-  display: block;
-  float: left;
+  display: inline-block;
   font: normal 12px arial, sans-serif;
   height: 24px;
   margin-right: 6px;
@@ -97,5 +95,3 @@
 }
 
 #frame {display: none;}
-
-#markup-container { clear: both }