Files
website/css/deprecation-warning.css
Andrew Chen fd975899a6 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
2017-08-10 22:20:59 -07:00

7 lines
107 B
CSS

.deprecation-warning {
padding: 20px;
margin: 20px 0;
border-radius: 3px;
background-color: #eeeeee;
}