From: Zlatan Vasović Date: Fri, 14 Feb 2014 18:48:17 +0000 (+0100) Subject: Make .table-responsive usable as mixin X-Git-Tag: v3.2.0~426^2~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa5edca2c5a8dbdd48f27e031718a984f00c5da;p=thirdparty%2Fbootstrap.git Make .table-responsive usable as mixin --- diff --git a/less/tables.less b/less/tables.less index c41989c04d..d5c0afd010 100644 --- a/less/tables.less +++ b/less/tables.less @@ -168,8 +168,8 @@ table { // by enabling horizontal scrolling. Only applies <768px. Everything above that // will display normally. -@media (max-width: @screen-xs-max) { - .table-responsive { +.table-responsive { + @media (max-width: @screen-xs-max) { width: 100%; margin-bottom: (@line-height-computed * 0.75); overflow-y: hidden;