# HG changeset patch # User Franck Deroche # Date 1244034157 -7200 # Node ID 5328b450f7b76df3a5ad01bc8f78c3006ee4a352 # Parent 57e611f691eb76b828dd3813ae550e69c7b4e94c Small but noticeable improvement to the library look diff -r 57e611f691eb -r 5328b450f7b7 css/mee.css --- 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 {