Merge pull request #5332 from ahocevar/examples-outdated-warning

Warn when viewing an outdated example, and offer a redirect to latest
This commit is contained in:
Andreas Hocevar
2016-05-12 19:23:09 +02:00
2 changed files with 35 additions and 0 deletions

View File

@@ -122,3 +122,7 @@ pre {
#api-links ul {
display: inline;
}
#latest-check {
margin-top: -10px;
margin-bottom: 10px;
}