Mercurial > urweb
view demo/more/out/dragList.css @ 964:fbc3a0eef45a
Paging mostly working; just need to get it working properly with filtering
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 19 Sep 2009 14:21:25 -0400 |
parents | cc956020801b |
children |
line wrap: on
line source
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; }