diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-09-08 19:42:12 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-09-08 19:42:12 -0400 |
commit | 83430cc520eadaffac2ebab258696f9146ada9b0 (patch) | |
tree | 300ddd5b559729aafff0412876a6d507fcfafc28 /demo/more/out | |
parent | 50bbd6df3de3f637fe8bb680ad707a133e976c6e (diff) |
'more' demos working after optimizer fix
Diffstat (limited to 'demo/more/out')
-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; } |