diff options
| author | Mark Otto <[email protected]> | 2016-07-27 09:32:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-07-27 09:32:05 -0700 |
| commit | 0fd2f8b88956020bece0cf99e7e15904bf988992 (patch) | |
| tree | 57a9524cfc68d750de4d3be94eabd1505e41bb93 /docs | |
| parent | 24e992a6ffbb3b54424eb1042d49005124b265d9 (diff) | |
| download | bootstrap-0fd2f8b88956020bece0cf99e7e15904bf988992.tar.xz bootstrap-0fd2f8b88956020bece0cf99e7e15904bf988992.zip | |
grunt dist
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.min.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 3d4f5a396..a31994ed3 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); } @@ -1537,8 +1535,6 @@ *:hover > .anchorjs-link { opacity: .75; - -webkit-transition: color .16s linear; - -o-transition: color .16s linear; transition: color .16s linear; } @@ -1546,4 +1542,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 |
