From 83430cc520eadaffac2ebab258696f9146ada9b0 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 8 Sep 2009 19:42:12 -0400 Subject: 'more' demos working after optimizer fix --- demo/more/out/dragList.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo/more/out') 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; } -- cgit v1.2.3