2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

remove more mentions of theme

This commit is contained in:
Mark Otto
2014-11-29 15:01:44 -08:00
parent 55148d32cb
commit c901287394
3 changed files with 4 additions and 12 deletions
+3 -9
View File
@@ -599,8 +599,7 @@ body {
}
/* Back to top (hidden on mobile) */
.back-to-top,
.bs-docs-theme-toggle {
.back-to-top {
display: none;
padding: 4px 10px;
margin-top: 10px;
@@ -609,18 +608,13 @@ body {
font-weight: 500;
color: #999;
}
.back-to-top:hover,
.bs-docs-theme-toggle:hover {
.back-to-top:hover {
color: #563d7c;
text-decoration: none;
}
.bs-docs-theme-toggle {
margin-top: 0;
}
@media (min-width: 768px) {
.back-to-top,
.bs-docs-theme-toggle {
.back-to-top {
display: block;
}
}