fd975899a6
* 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
7 lines
107 B
CSS
7 lines
107 B
CSS
.deprecation-warning {
|
|
padding: 20px;
|
|
margin: 20px 0;
|
|
border-radius: 3px;
|
|
background-color: #eeeeee;
|
|
}
|