Add a feature to auto-detect newer iterations of a post.
This commit is contained in:
parent
0277890db3
commit
919a0cf7ed
3 changed files with 21 additions and 2 deletions
|
@ -29,7 +29,15 @@ figcaption {
|
|||
}
|
||||
|
||||
.l-deprecation_warning {
|
||||
background-color: #dd4444;
|
||||
background-color: #ff6666;
|
||||
text-align: center;
|
||||
width: 96%;
|
||||
max-width: 720px;
|
||||
margin: 20px auto 10px;
|
||||
}
|
||||
|
||||
.l-new_version_message {
|
||||
background-color: #dddd66;
|
||||
text-align: center;
|
||||
width: 96%;
|
||||
max-width: 720px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue