changeset 11:aec0d732d027

Shorten .urp code for rewriting class names
author Adam Chlipala <adam@chlipala.net>
date Wed, 28 May 2014 13:35:28 -0400
parents a3d55948e1ac
children 2e83294f4097
files bootstrap3.urp
diffstat 1 files changed, 1 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/bootstrap3.urp	Wed May 28 01:01:30 2014 -0400
+++ b/bootstrap3.urp	Wed May 28 13:35:28 2014 -0400
@@ -1,15 +1,4 @@
-rewrite style Bootstrap3/bs3_active active
-rewrite style Bootstrap3/bs3_alert alert
-rewrite style Bootstrap3/bs3_h1 h1
-rewrite style Bootstrap3/bs3_h2 h2
-rewrite style Bootstrap3/bs3_h3 h3
-rewrite style Bootstrap3/bs3_h4 h4
-rewrite style Bootstrap3/bs3_h5 h5
-rewrite style Bootstrap3/bs3_h6 h6
-rewrite style Bootstrap3/bs3_label label
-rewrite style Bootstrap3/bs3_radio radio
-rewrite style Bootstrap3/bs3_show show
-rewrite style Bootstrap3/bs3_table table
+rewrite style Bootstrap3/bs3_*
 rewrite style Bootstrap3/* [-]
 
 bootstrap3
\ No newline at end of file