2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Drop: Device-named container variables since we alreay sort of deprecated them many releases ago

This commit is contained in:
Mark Otto
2014-07-08 02:55:07 -07:00
parent 74ac24aa59
commit a06a35d27a
7 changed files with 17 additions and 23 deletions
+3 -3
View File
@@ -756,17 +756,17 @@ pre code {
}
@media (min-width: 768px) {
.container {
width: 750px;
width: 720px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
width: 940px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
width: 1140px;
}
}
.container-fluid {