aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/more/out/dragList.css
blob: 8fd239a99ad944d9d07a676a34304e2f3c33ca3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}