Group components by version released

This commit is contained in:
Robbie Trencheny 2016-10-24 02:33:26 -07:00
parent a420dd20e7
commit bd65e43d08
2 changed files with 23 additions and 3 deletions

View file

@ -398,6 +398,14 @@ p.note {
margin: 12px 0;
}
.added_in_current_version {
margin-top: 12px;
}
.added_two_versions_ago {
margin-bottom: 12px;
}
.btn {
display: block;
background: 0;
@ -472,4 +480,4 @@ a code {
twitterwidget {
margin-left: auto;
margin-right: auto;
}
}