Group components by version released
This commit is contained in:
parent
a420dd20e7
commit
bd65e43d08
2 changed files with 23 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue