aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/out/dragList.css
diff options
context:
space:
mode:
Diffstat (limited to 'demo/more/out/dragList.css')
-rw-r--r--demo/more/out/dragList.css18
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;
+}