summaryrefslogtreecommitdiffstats
path: root/docs/submodules/sdc/sdc-tosca.git
AgeCommit message (Expand)AuthorFilesLines
2019-11-07Update git submodulesOfir Sonsino1-0/+0
2019-11-07Update git submodulesJessica Wagantall1-0/+0
2019-11-06Update git submodulesvasraz1-0/+0
2019-10-29Update git submodulesOfir Sonsino1-0/+0
2019-10-28Update git submodulesOfir Sonsino1-0/+0
2019-09-25Update git submodulesShabanov, Marina (ms656r)1-0/+0
2019-09-24Update git submodulesShabanov, Marina (ms656r)1-0/+0
2019-09-06Update git submodulesOfir Sonsino1-0/+0
2019-09-06Update git submodulesOfir Sonsino1-0/+0
2019-09-04Update git submodulesOfir Sonsino1-0/+0
2019-09-01Update git submodulesOfir Sonsino1-0/+0
2019-08-28Update git submodulesOfir Sonsino1-0/+0
2019-08-28Update git submodules2019-05-07Update git submodulesToshimichi Fukuda1-0/+0
2019-04-30Update git submodulesSonsino, Ofir (os0695)1-0/+0
2019-04-17Update git submodulesSonsino, Ofir (os0695)1-0/+0
2019-02-27Update git submodulesParshad Patel1-0/+0
2019-02-27Update git submodulesParshad Patel1-0/+0
2019-02-19Update git submodulesParshad Patel1-0/+0
2019-02-18Update git submodulesParshad Patel1-0/+0
2019-01-23Updated git submodulesTal Gitelman1-0/+0
2019-01-23Updated git submodulesManzon, Inna (im453s)1-0/+0
2019-01-22Updated git submodulesManzon, Inna (im453s)1-0/+0
2019-01-21Updated git submodulesTal Gitelman1-0/+0
2019-01-10Updated git submodulesManzon, Inna (im453s)1-0/+0
2019-01-10Updated git submodulesTal Gitelman1-0/+0
2019-01-08Updated git submodulesTal Gitelman1-0/+0
2019-01-08Updated git submodulesManzon, Inna (im453s)1-0/+0
2019-01-07Updated git submodulesManzon, Inna (im453s)1-0/+0
2019-01-03Updated git submodulesTal Gitelman1-0/+0
2018-12-23Updated git submodulesManzon, Inna (im453s)1-0/+0
2018-12-05Updated git submodulesJessica Wagantall1-0/+0
2018-12-04Updated git submodulesManzon, Inna (im453s)1-0/+0
2018-11-28Updated git submodulesJessica Wagantall1-0/+0
2018-11-22Updated git submodulesTufman, Shay1-0/+0
2018-11-07Updated git submodulesManzon, Inna (im453s)1-0/+0
2018-10-24Updated git submodulesMichael Lando1-0/+0
2018-10-09Updated git submodulesMichael Lando1-0/+0
2018-10-07Updated git submodulesManzon, Inna (im453s)1-0/+0
2018-10-04Updated git submodulesMichael Lando1-0/+0
2018-10-04Updated git submodulesManzon, Inna (im453s)1-0/+0
endly // by enabling horizontal scrolling. Only applies <768px. Everything above that // will display normally. .table-responsive { overflow-x: auto; min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) @media screen and (max-width: $screen-xs-max) { width: 100%; margin-bottom: ($line-height-computed * 0.75); overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid $table-border-color; // Tighten up spacing > .table { margin-bottom: 0; // Ensure the content doesn't wrap > thead, > tbody, > tfoot { > tr { > th, > td { white-space: nowrap; } } } } // Special overrides for the bordered tables > .table-bordered { border: 0; // Nuke the appropriate borders so that the parent can handle them > thead, > tbody, > tfoot { > tr { > th:first-child, > td:first-child { border-left: 0; } > th:last-child, > td:last-child { border-right: 0; } } } // Only nuke the last row's bottom-border in `tbody` and `tfoot` since // chances are there will be only one `tr` in a `thead` and that would // remove the border altogether. > tbody, > tfoot { > tr:last-child { > th, > td { border-bottom: 0; } } } } } }