Mercurial > urweb
view tests/css.ur @ 1905:cd1cfecc8c72
Remove autogenerated config.h.in from version control
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
---
.hgignore | 1 +
include/urweb/config.h.in | 104 ----------------------------------------------
2 files changed, 1 insertion(+), 104 deletions(-)
delete mode 100644 include/urweb/config.h.in
author | Anders Kaseorg <andersk@mit.edu> |
---|---|
date | Fri, 22 Nov 2013 09:36:14 -0500 |
parents | 277480862cef |
children |
line wrap: on
line source
style st1 style st2 style st_3 fun main () = return <xml><body> <span title="Whoa" class={classes st1 st2}>Hi!</span> <span class="st-3 st2">Bye!</span> <span class="st1">Appendix!</span> <span class="">Sequel!</span> <span style="width: 30%">A</span> <span class="st-3" style="color: blue red">B</span> <span style="background: url(http://www.google.com/image.png)">C</span> <span style="background: url('http://www.google.com/image.png') red 10% 66px">D</span> <span style="color: red; width: 90 green; background: url(http://www.google.com/foo.jpg);">C</span> </body></xml>