changeset 10:a3d55948e1ac

Add active and table.
author Patrick Hurst <phurst@mit.edu>
date Wed, 28 May 2014 01:01:30 -0400
parents 0d6f20a3704a
children aec0d732d027
files bootstrap3.ur bootstrap3.urp
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bootstrap3.ur	Mon Mar 03 01:27:28 2014 -0500
+++ b/bootstrap3.ur	Wed May 28 01:01:30 2014 -0400
@@ -1,4 +1,4 @@
-style active
+style bs3_active
 style affix
 style bs3_alert
 style alert_danger
@@ -533,6 +533,7 @@
 style sr_only
 style tab_content
 style tabbable
+style bs3_table
 style table_bordered
 style table_condensed
 style table_hover
--- a/bootstrap3.urp	Mon Mar 03 01:27:28 2014 -0500
+++ b/bootstrap3.urp	Wed May 28 01:01:30 2014 -0400
@@ -1,3 +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
@@ -5,8 +6,10 @@
 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/* [-]
 
 bootstrap3
\ No newline at end of file