Add deprecation warning to old posts.
This commit is contained in:
parent
4967fadbc1
commit
7fbcda8d2f
88 changed files with 105 additions and 2 deletions
|
@ -14,6 +14,14 @@ body {
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
.l-deprecation_warning {
|
||||
background-color: #dd4444;
|
||||
text-align: center;
|
||||
width: 96%;
|
||||
max-width: 720px;
|
||||
margin: 20px auto 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #1756a9;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue