Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-06-20 07:01:03 +0400
committerMark Otto <markotto@twitter.com>2012-06-20 07:01:03 +0400
commitce140662a0a52d8ff2cd1acee4a57591d336249d (patch)
tree414932c1dc2f36328c70b82569bd0eb91e3f9e61 /docs
parent9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e (diff)
remove unused container reset
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap-responsive.css8
-rw-r--r--docs/assets/css/bootstrap.css4
2 files changed, 3 insertions, 9 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 06e55c0b45..c530273438 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -215,9 +215,7 @@
float: left;
margin-left: 20px;
}
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
+ .container {
width: 724px;
}
.span12 {
@@ -451,9 +449,7 @@
float: left;
margin-left: 30px;
}
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
+ .container {
width: 1170px;
}
.span12 {
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 1726c41cb3..56405b5ffa 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -194,9 +194,7 @@ a:hover {
margin-left: 20px;
}
-.container,
-.navbar-fixed-top .container,
-.navbar-fixed-bottom .container {
+.container {
width: 940px;
}