2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

rename @screen-XX to @screen-XX-min for clarity+unambiguity

This commit is contained in:
Chris Rebert
2013-08-20 17:31:02 -07:00
parent d666a89621
commit a3a02f9e6e
5 changed files with 52 additions and 48 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ table {
// by enabling horizontal scrolling. Only applies <768px. Everything above that
// will display normally.
@media (max-width: @screen-sm) {
@media (max-width: @screen-sm-min) {
.table-responsive {
width: 100%;
margin-bottom: 15px;