diff options
Diffstat (limited to 'demo')
-rw-r--r-- | demo/more/out/dragList.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/more/out/dragList.css b/demo/more/out/dragList.css index 8fd239a9..bcd892d5 100644 --- a/demo/more/out/dragList.css +++ b/demo/more/out/dragList.css @@ -7,7 +7,7 @@ li { color: #7E9E50; font: 20px Georgia; background-color: #ECF3E1; - border:1px solid #C5DEA1; + border: 1px solid #C5DEA1; cursor: move; margin: 0px; } |