chore(docs-app): improve deprecation box layout

Deprecated boxes for APIs appear right under the header and were missing
a bit of margin. Boxes for methods still look good even with the
additional margin.
This commit is contained in:
Martin Staffa
2016-11-28 18:57:32 +01:00
parent 9f61e74be3
commit d1e4f5728c
+4
View File
@@ -662,6 +662,10 @@ ul.events > li {
max-width: 100%;
}
.deprecation {
margin-top: 15px;
}
.deprecation .title {
float: left;
margin-right: 5px;