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 | ea0ad8d321ff7dbd659a5b5bfab8e4b81e8b8d47 (patch) | |
tree | 300ddd5b559729aafff0412876a6d507fcfafc28 /demo | |
parent | 5e954e635e58d3a7b34d6dc60d7c4aabd1c752f4 (diff) |
'more' demos working after optimizer fix
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; } |