2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00
This commit is contained in:
Mark Otto
2016-10-27 22:11:22 -07:00
parent bc076d71b3
commit 96d8553bec
10 changed files with 39 additions and 40 deletions
+5 -13
View File
@@ -65,8 +65,6 @@
padding: 3rem 15px 2rem;
color: #cdbfe3;
text-align: center;
background-image: -webkit-linear-gradient(315deg, #271b38, #563d7c, #7952b3);
background-image: -o-linear-gradient(315deg, #271b38, #563d7c, #7952b3);
background-image: linear-gradient(135deg, #271b38, #563d7c, #7952b3);
}
@@ -1518,19 +1516,13 @@
.language-bash::before {
color: #009;
content: "$ ";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
user-select: none;
}
.language-powershell::before {
color: #009;
content: "PM> ";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
user-select: none;
}
.anchorjs-link {
@@ -1545,8 +1537,6 @@
*:hover > .anchorjs-link {
opacity: .75;
-webkit-transition: color .16s linear;
-o-transition: color .16s linear;
transition: color .16s linear;
}
@@ -1554,4 +1544,6 @@
.anchorjs-link:focus {
text-decoration: none;
opacity: 1;
}
}
/*# sourceMappingURL=docs.min.css.map */