mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 23:04:32 +02:00
remove unused container reset
This commit is contained in:
8
docs/assets/css/bootstrap-responsive.css
vendored
8
docs/assets/css/bootstrap-responsive.css
vendored
@@ -215,9 +215,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
.container,
|
.container {
|
||||||
.navbar-fixed-top .container,
|
|
||||||
.navbar-fixed-bottom .container {
|
|
||||||
width: 724px;
|
width: 724px;
|
||||||
}
|
}
|
||||||
.span12 {
|
.span12 {
|
||||||
@@ -451,9 +449,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
.container,
|
.container {
|
||||||
.navbar-fixed-top .container,
|
|
||||||
.navbar-fixed-bottom .container {
|
|
||||||
width: 1170px;
|
width: 1170px;
|
||||||
}
|
}
|
||||||
.span12 {
|
.span12 {
|
||||||
|
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -194,9 +194,7 @@ a:hover {
|
|||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container,
|
.container {
|
||||||
.navbar-fixed-top .container,
|
|
||||||
.navbar-fixed-bottom .container {
|
|
||||||
width: 940px;
|
width: 940px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -578,9 +578,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set the container width, and override it for fixed navbars in media queries
|
// Set the container width, and override it for fixed navbars in media queries
|
||||||
.container,
|
.container { .span(@gridColumns); }
|
||||||
.navbar-fixed-top .container,
|
|
||||||
.navbar-fixed-bottom .container { .span(@gridColumns); }
|
|
||||||
|
|
||||||
// generate .spanX and .offsetX
|
// generate .spanX and .offsetX
|
||||||
.spanX (@gridColumns);
|
.spanX (@gridColumns);
|
||||||
|
Reference in New Issue
Block a user