Add deprecation warning to release-1.4 (#4756)

* Add Version Selector to v1.4

* upgrade to newer header

* change include_cached to include

* move head.html to correct location

* remove seo

* add footer-scripts.html

* turn on global nav

* fix docs nav link

* Add deprecation warning to release-1.4

* remove warning from index.html

* add newlines
This commit is contained in:
Andrew Chen
2017-08-10 22:20:59 -07:00
committed by GitHub
parent d00396ef79
commit fd975899a6
5 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
.deprecation-warning {
padding: 20px;
margin: 20px 0;
border-radius: 3px;
background-color: #eeeeee;
}