# HG changeset patch # User Patrick Hurst # Date 1401253290 14400 # Node ID a3d55948e1acf61ba5c06d820cc92ce0eb55e268 # Parent 0d6f20a3704a10b60a70e3aa5a24e5829a2b4e5b Add active and table. diff -r 0d6f20a3704a -r a3d55948e1ac bootstrap3.ur --- 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 diff -r 0d6f20a3704a -r a3d55948e1ac bootstrap3.urp --- 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