mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-29 14:59:16 +02:00
remove more mentions of theme
This commit is contained in:
@@ -599,8 +599,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Back to top (hidden on mobile) */
|
/* Back to top (hidden on mobile) */
|
||||||
.back-to-top,
|
.back-to-top {
|
||||||
.bs-docs-theme-toggle {
|
|
||||||
display: none;
|
display: none;
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
@@ -609,18 +608,13 @@ body {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
.back-to-top:hover,
|
.back-to-top:hover {
|
||||||
.bs-docs-theme-toggle:hover {
|
|
||||||
color: #563d7c;
|
color: #563d7c;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.bs-docs-theme-toggle {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.back-to-top,
|
.back-to-top {
|
||||||
.bs-docs-theme-toggle {
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -293,13 +293,11 @@ window.onload = function () { // wait for load in a dumb way because B-0
|
|||||||
})
|
})
|
||||||
|
|
||||||
var bsLessSource = preamble + generateLESS('bootstrap.less', lessFileIncludes, vars)
|
var bsLessSource = preamble + generateLESS('bootstrap.less', lessFileIncludes, vars)
|
||||||
var themeLessSource = preamble + generateLESS('theme.less', lessFileIncludes, vars)
|
|
||||||
|
|
||||||
var prefixer = autoprefixer({ browsers: __configBridge.autoprefixerBrowsers })
|
var prefixer = autoprefixer({ browsers: __configBridge.autoprefixerBrowsers })
|
||||||
|
|
||||||
$.when(
|
$.when(
|
||||||
compileLESS(bsLessSource, 'bootstrap', result),
|
compileLESS(bsLessSource, 'bootstrap', result),
|
||||||
compileLESS(themeLessSource, 'bootstrap-theme', result)
|
|
||||||
).done(function () {
|
).done(function () {
|
||||||
for (var key in result) {
|
for (var key in result) {
|
||||||
result[key] = prefixer.process(result[key]).css
|
result[key] = prefixer.process(result[key]).css
|
||||||
|
@@ -26,7 +26,7 @@ bootstrap/
|
|||||||
└── bootstrap.min.js
|
└── bootstrap.min.js
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (1bootstrap.min.*1). Also included is the optional Bootstrap theme.
|
This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (1bootstrap.min.*1).
|
||||||
|
|
||||||
### Bootstrap source code
|
### Bootstrap source code
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user