Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 27, 2016
1 parent 25901d3 commit c7de610
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/assets/css/docs.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
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);
}

Expand Down Expand Up @@ -1535,13 +1537,13 @@

*:hover > .anchorjs-link {
opacity: .75;
-webkit-transition: color .16s linear;
-o-transition: color .16s linear;
transition: color .16s linear;
}

*:hover > .anchorjs-link:hover,
.anchorjs-link:focus {
text-decoration: none;
opacity: 1;
}

/*# sourceMappingURL=docs.min.css.map */
}
2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

0 comments on commit c7de610

Please sign in to comment.