mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
add 1.0.0 to 2.3.1
This commit is contained in:
+17
-29
@@ -860,7 +860,6 @@ form.bs-docs-example {
|
||||
margin-right: 340px;
|
||||
}
|
||||
|
||||
.treehouse,
|
||||
.carbonad {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -902,34 +901,33 @@ form.bs-docs-example {
|
||||
}
|
||||
|
||||
/* Ads on homepage */
|
||||
.masthead .treehouse,
|
||||
.masthead .carbonad {
|
||||
position: static;
|
||||
margin: 30px auto 0 !important;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
/* Custom Treehouse styles */
|
||||
.treehouse {
|
||||
width: 305px;
|
||||
@media (max-width: 980px) {
|
||||
.carbonad {
|
||||
position: static;
|
||||
width: auto !important;
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
}
|
||||
.treehouse img {
|
||||
float: left;
|
||||
}
|
||||
.treehouse-text {
|
||||
display: block;
|
||||
margin-left: 145px;
|
||||
color: #fff;
|
||||
}
|
||||
.treehouse-link {
|
||||
color: #fff !important;
|
||||
}
|
||||
.treehouse-link {
|
||||
font-weight: bold;
|
||||
color: #fff !important;
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.carbonad {
|
||||
position: static;
|
||||
width: auto !important;
|
||||
margin: 40px -20px -40px !important;
|
||||
padding: 20px !important;
|
||||
overflow: hidden; /* clearfix */
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Responsive
|
||||
-------------------------------------------------- */
|
||||
|
||||
@@ -976,14 +974,6 @@ form.bs-docs-example {
|
||||
.subhead .lead {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.treehouse,
|
||||
.carbonad {
|
||||
position: static;
|
||||
width: auto !important;
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Tablet to desktop
|
||||
@@ -1036,8 +1026,6 @@ form.bs-docs-example {
|
||||
margin: 0 -20px;
|
||||
}
|
||||
|
||||
.treehouse,
|
||||
.masthead .treehouse,
|
||||
.carbonad {
|
||||
position: static;
|
||||
width: auto !important;
|
||||
|
||||
+2
-13
@@ -90,24 +90,13 @@
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="alert alert-danger bs-alert-old-docs">
|
||||
<strong>Heads up!</strong> This was the customizer for Bootstrap v2.3.2, which is no longer officially supported. <a href="http://getbootstrap.com/customize/">Check out the latest version of Bootstrap!</a>
|
||||
</div>
|
||||
|
||||
<!-- Docs nav
|
||||
================================================== -->
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<h2>Sorry, the Bootstrap v2.3.2 Customizer is no longer available.</h2>
|
||||
<p>As of May 2014, we've discontinued operation of Bootstrap v2.3.2's Customizer. It's been nearly a year since Bootstrap v2.3.2 was released. <a href="http://getbootstrap.com">Bootstrap v3</a> was released soon after, and is now mature. We continue to encourage new projects to use Bootstrap v3.</p>
|
||||
<p>As always, you can of course still build Bootstrap v2.3.2 from source yourself. See <a href="./getting-started.html">the Getting started docs</a> and <a href="https://github.com/twbs/bootstrap/blob/v2.3.2/README.md#compiling-css-and-javascript">Bootstrap v2.3.2's README</a> for instructions.</p>
|
||||
</div>
|
||||
</div>
|
||||
<br><br><p>The web customizer is no longer available for outdated versions of Bootstrap.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Footer
|
||||
================================================== -->
|
||||
<footer class="footer">
|
||||
|
||||
Reference in New Issue
Block a user