More style.
authorRobert Konigsberg <konigsberg@google.com>
Sun, 8 Jan 2012 02:48:46 +0000 (21:48 -0500)
committerRobert Konigsberg <konigsberg@google.com>
Sun, 8 Jan 2012 02:48:46 +0000 (21:48 -0500)
experimental/palette/index.html
experimental/palette/palette.css

index b22dbcd..3c15a0a 100644 (file)
@@ -87,7 +87,7 @@
             You get the idea.
           </div>
         </td>
-        <td valign="top"><div class="palette" id="optionsPalette"></div></td>
+        <td valign="top"><div id="optionsPalette"></div></td>
      </tr>
     </table>
   </body>
index 1ff5850..f0f953f 100644 (file)
@@ -1,9 +1,12 @@
 .palette {
   border-style: solid;
   border-width: 1px;
+  border-color: #bbbbbb;
   font-size: smaller;
   font-family: Arial, Verdana, sans-serif;
   width: 300px;
+  padding:2px;
+  color: #333333;
 }
 
 .palette .header {