Commit 3c3e56ca authored by Mark Otto's avatar Mark Otto
Browse files

.bs-docs-top to .bs-top

parent e5e5f661
8 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!8157Close Me: Docs "Customize and Download" button fix,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2
Showing with 6 additions and 6 deletions
+6 -6
......@@ -15,7 +15,7 @@
{{ content }}
<!-- Quick back to top -->
<a href="#welcome" class="bs-docs-top">
<a href="#welcome" class="bs-top">
Back to top
</a>
......
......@@ -41,7 +41,7 @@
</div>
<!-- Quick back to top -->
<a href="#welcome" class="bs-docs-top">
<a href="#welcome" class="bs-top">
Back to top
</a>
......
......@@ -649,7 +649,7 @@ input.focused {
}
/* Back to top link */
.bs-docs-top {
.bs-top {
float: left;
padding: 7px 15px;
font-weight: 500;
......@@ -657,12 +657,12 @@ input.focused {
background-color: #eee;
border-radius: 4px;
}
.bs-docs-top:hover {
.bs-top:hover {
color: #fff;
text-decoration: none;
background-color: #999;
}
.bs-docs-top.affix {
.bs-top.affix {
position: fixed;
right: 15px;
bottom: 15px;
......
......@@ -24,7 +24,7 @@
}, 100)
setTimeout(function () {
$('.bs-docs-top').affix()
$('.bs-top').affix()
}, 100)
// make code pretty
......
Supports Markdown
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