diff css/mee.css @ 10:5328b450f7b7

Small but noticeable improvement to the library look
author Franck Deroche <franck@defr.org>
date Wed, 03 Jun 2009 15:02:37 +0200
parents 57e611f691eb
children 272628486e75
line wrap: on
line diff
--- a/css/mee.css	Wed Jun 03 14:53:59 2009 +0200
+++ b/css/mee.css	Wed Jun 03 15:02:37 2009 +0200
@@ -59,8 +59,9 @@
   float: left;
 }
 .dnd-library-wrapper .editor-item {
-  border-bottom: 2px solid #fff;
-  background-color: #ddd;
+  border: 1px solid #aaa;
+  border-bottom: 0;
+  background-color: #eee;
   clear: left;
 }
 .dnd-library-wrapper .editor-item > div {