Some of the style names were conflicting with basis tag names. There
might be more but I fixed the ones I found. Attached is a patch.
# HG changeset patch
# User David Snider <[email protected]>
# Date 1401057651 14400
# Sun May 25 18:40:51 2014 -0400
# Node ID c8b90464c6722d287a572f066cba2b28f8159587
# Parent 146d77161cb9ad6026a843e9f2fe7c7bc731b03e
Fixed conflicts between style names and basis tag names
diff --git a/bootstrap3.ur b/bootstrap3.ur
--- a/bootstrap3.ur
+++ b/bootstrap3.ur
@@ -405,22 +405,22 @@ style glyphicon_usd
style glyphicon_user
style glyphicon_volume_down
style glyphicon_volume_off
style glyphicon_volume_up
style glyphicon_warning_sign
style glyphicon_wrench
style glyphicon_zoom_in
style glyphicon_zoom_out
-style h1
-style h2
-style h3
-style h4
-style h5
-style h6
+style h1_
+style h2_
+style h3_
+style h4_
+style h5_
+style h6_
style has_error
style has_success
style has_warning
style help_block
style hidden
style hidden_lg
style hidden_md
style hidden_print
@@ -465,17 +465,17 @@ style modal
style modal_backdrop
style modal_body
style modal_content
style modal_dialog
style modal_footer
style modal_header
style modal_open
style modal_title
-style nav
+style nav_
style nav_justified
style nav_pills
style nav_stacked
style nav_tabs
style nav_tabs_justified
style navbar
style navbar_brand
style navbar_btn
diff --git a/lib.urp b/lib.urp
--- a/lib.urp
+++ b/lib.urp
@@ -1,4 +1,11 @@
rewrite style Bootstrap/table_ table
+rewrite style Boostrap/h1_ h1
+rewrite style Boostrap/h2_ h2
+rewrite style Boostrap/h3_ h3
+rewrite style Boostrap/h4_ h4
+rewrite style Boostrap/h5_ h5
+rewrite style Boostrap/h6_ h6
+rewrite style Bootstrap/nav_ nav
bootstrap
-bootstrap3
\ No newline at end of file
+bootstrap3
_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur