# HG changeset patch # User Adam Chlipala # Date 1336932840 14400 # Node ID 823a20e22c5c408f642a716355de4744d700355e Some initial classes diff -r 000000000000 -r 823a20e22c5c .hgignore --- /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 diff -r 000000000000 -r 823a20e22c5c bootstrap.ur --- /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 diff -r 000000000000 -r 823a20e22c5c lib.urp --- /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