diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-09-08 10:55:49 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-09-08 10:55:49 -0400 |
commit | 74185b59e03d86fccafab554c04aa7171b1e22fd (patch) | |
tree | 7d2a84baa2e21562b0754815824f223d61a6621a /demo/more/out | |
parent | 747601bae6e91f226a2c1374ad96cef51f85617b (diff) |
dragList demo working, save for Gecko load delay and highlighting
Diffstat (limited to 'demo/more/out')
-rw-r--r-- | demo/more/out/dragList.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/demo/more/out/dragList.css b/demo/more/out/dragList.css new file mode 100644 index 00000000..8fd239a9 --- /dev/null +++ b/demo/more/out/dragList.css @@ -0,0 +1,18 @@ +ul { + width: 200px; + list-style-image: url(http://script.aculo.us/images/bullet.gif); +} + +li { + color: #7E9E50; + font: 20px Georgia; + background-color: #ECF3E1; + border:1px solid #C5DEA1; + cursor: move; + margin: 0px; +} + +h2 { + font: 42px/30px Georgia, serif; + color: #7E9E50; +} |