diff options
| author | Mark Otto <[email protected]> | 2016-10-27 22:11:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 22:11:22 -0700 |
| commit | 96d8553becfdf219c40e046e1202d4f2a2723010 (patch) | |
| tree | b6c1c99ad50a34890e76319a16e9d991a8bf4da6 /docs/assets/css/docs.min.css | |
| parent | bc076d71b37fd8207a4155fd6392b0374aa41528 (diff) | |
| download | bootstrap-96d8553becfdf219c40e046e1202d4f2a2723010.tar.xz bootstrap-96d8553becfdf219c40e046e1202d4f2a2723010.zip | |
grunt
Diffstat (limited to 'docs/assets/css/docs.min.css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index e2c4402b9..234785015 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -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; -}
\ No newline at end of file +} + +/*# sourceMappingURL=docs.min.css.map */
\ No newline at end of file |
