From 25f57ee1fe9773b08d95d5f7d6ba93e2db048f8f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 22 Jan 2015 22:36:20 -0500 Subject: update bootstrap to 3.3.2 --- .../assets/stylesheets/bootstrap/_tables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss') diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss index a575ff1b..affcc58c 100644 --- a/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss +++ b/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss @@ -111,7 +111,7 @@ th { // Default zebra-stripe styles (alternating gray and transparent backgrounds) .table-striped { - > tbody > tr:nth-child(odd) { + > tbody > tr:nth-of-type(odd) { background-color: $table-bg-accent; } } @@ -133,7 +133,7 @@ th { // Reset default table behavior table col[class*="col-"] { - position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623) + position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623) float: none; display: table-column; } @@ -141,7 +141,7 @@ table { td, th { &[class*="col-"] { - position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623) + position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623) float: none; display: table-cell; } -- cgit v1.2.3