Updated docs for 0.20

This commit is contained in:
Website Deployment Script
2016-02-16 18:22:49 +00:00
parent 312698bd16
commit 305982cfb5
102 changed files with 875 additions and 371 deletions
+43 -8
View File
@@ -1058,6 +1058,11 @@ div[data-twttr-id] iframe {
margin-top: 0;
}
.compactProps .propTitle div {
font-weight: normal;
margin-left: 20px;
}
.prop {
padding: 5px 10px;
}
@@ -1088,16 +1093,46 @@ div[data-twttr-id] iframe {
-ms-user-select: none;
}
.edit-github {
font-size: 15px;
font-weight: normal;
float: right;
.color {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
position: relative;
top: 5px;
}
.run-example {
font-size: 15px;
float: right;
margin-right: 20px;
.color::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 1px solid rgba(0, 0, 0, 0.2);
}
.deprecated {
margin-bottom: 24px;
}
.deprecatedTitle {
margin-bottom: 6px;
line-height: 18px;
font-weight: bold;
color: #ffa500;
}
.deprecatedIcon {
width: 18px;
height: 18px;
margin-right: 8px;
vertical-align: top;
}
.deprecatedMessage {
margin-left: 26px;
}
#content {