Commit 719ebd82 authored by Mark Otto's avatar Mark Otto

grunt

parent 4dcdc08d
...@@ -466,16 +466,6 @@ body { ...@@ -466,16 +466,6 @@ body {
margin-bottom: 15px; margin-bottom: 15px;
} }
/* Featured sites */
.bs-docs-featured-sites {
margin-right: -1px;
margin-left: -1px;
}
.bs-docs-featured-sites .col-sm-3 {
padding-right: 1px;
padding-left: 1px;
}
@media (min-width: 480px) { @media (min-width: 480px) {
.bs-docs-featurette .img-responsive { .bs-docs-featurette .img-responsive {
margin-top: 30px; margin-top: 30px;
...@@ -508,6 +498,36 @@ body { ...@@ -508,6 +498,36 @@ body {
} }
} }
/* Featured sites */
.bs-docs-featured-sites {
margin-right: -1px;
margin-left: -1px;
}
.bs-docs-featured-sites .col-sm-3 {
padding-right: 1px;
padding-left: 1px;
}
.bs-docs-featured-sites .img-responsive {
margin-bottom: 15px;
}
@media (min-width: 480px) {
.bs-docs-featured-sites .img-responsive {
margin-bottom: 0;
}
}
/* Example thumbnails */
@media (max-width: 480px) {
.bs-examples {
margin-right: -10px;
margin-left: -10px;
}
.bs-examples > [class^="col-"] {
padding-right: 10px;
padding-left: 10px;
}
}
/* /*
* Side navigation * Side navigation
...@@ -843,7 +863,6 @@ h1[id] { ...@@ -843,7 +863,6 @@ h1[id] {
position: relative; position: relative;
padding: 45px 15px 15px; padding: 45px 15px 15px;
margin: 0 -15px 15px; margin: 0 -15px 15px;
background-color: #fafafa;
border-color: #e5e5e5 #eee #eee; border-color: #e5e5e5 #eee #eee;
border-style: solid; border-style: solid;
border-width: 1px 0; border-width: 1px 0;
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment