fix(aio): temporarily remove link to source from the API pages (#17371)

We need to come up with a better design (possibly involving an icon button) to
link to the source code (for viewing and/or editing).

Fixes #17254
This commit is contained in:
George Kalpakas
2017-06-10 00:14:39 +03:00
committed by Igor Minar
parent 3a99af2696
commit 65d49d5c94
3 changed files with 4 additions and 16 deletions

View File

@ -1,13 +1,13 @@
.api-info-bar {
max-width: 800px;
text-align: center;
text-align: left;
span {
margin: 0 16px;
margin: 0 16px 0 0;
@media screen and (max-width: 600px) {
display: block;
}
}
}
}