annotate demo/more/out/dragList.css @ 1893:9a1097954188

compileC: Link libraries in the right order This is needed, at least on recent Ubuntu, to fix this linker error when compiling any Ur/Web application: ld: /tmp/webapp.o: undefined reference to symbol 'uw_write' Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- src/compiler.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
author Anders Kaseorg <andersk@mit.edu>
date Thu, 21 Nov 2013 14:32:11 -0500
parents cc956020801b
children
rev   line source
adamc@917 1 ul {
adamc@917 2 width: 200px;
adamc@917 3 list-style-image: url(http://script.aculo.us/images/bullet.gif);
adamc@917 4 }
adamc@917 5
adamc@917 6 li {
adamc@917 7 color: #7E9E50;
adamc@917 8 font: 20px Georgia;
adamc@917 9 background-color: #ECF3E1;
adamc@919 10 border: 1px solid #C5DEA1;
adamc@917 11 cursor: move;
adamc@917 12 margin: 0px;
adamc@917 13 }
adamc@917 14
adamc@917 15 h2 {
adamc@917 16 font: 42px/30px Georgia, serif;
adamc@917 17 color: #7E9E50;
adamc@917 18 }