changeset 0:823a20e22c5c

Some initial classes
author Adam Chlipala <adam@chlipala.net>
date Sun, 13 May 2012 14:14:00 -0400
parents
children c2f858980261
files .hgignore bootstrap.ur lib.urp
diffstat 3 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sun May 13 14:14:00 2012 -0400
@@ -0,0 +1,6 @@
+syntax: glob
+
+*~
+
+*.exe
+*.sql
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bootstrap.ur	Sun May 13 14:14:00 2012 -0400
@@ -0,0 +1,6 @@
+style container
+style hero_unit
+style tabl
+style table_striped
+style well
+style form_inline
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib.urp	Sun May 13 14:14:00 2012 -0400
@@ -0,0 +1,4 @@
+rewrite style Bootstrap/tabl table
+rewrite style Bootstrap/* [-]
+
+bootstrap