Mercurial > urweb
comparison demo/more/out/dragList.css @ 917:321a2d6feb40
dragList demo working, save for Gecko load delay and highlighting
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 08 Sep 2009 10:55:49 -0400 |
parents | |
children | cc956020801b |
comparison
equal
deleted
inserted
replaced
916:b873feb3eb52 | 917:321a2d6feb40 |
---|---|
1 ul { | |
2 width: 200px; | |
3 list-style-image: url(http://script.aculo.us/images/bullet.gif); | |
4 } | |
5 | |
6 li { | |
7 color: #7E9E50; | |
8 font: 20px Georgia; | |
9 background-color: #ECF3E1; | |
10 border:1px solid #C5DEA1; | |
11 cursor: move; | |
12 margin: 0px; | |
13 } | |
14 | |
15 h2 { | |
16 font: 42px/30px Georgia, serif; | |
17 color: #7E9E50; | |
18 } |