css: add class for deleted page links
This commit is contained in:
parent
6a56a4b1b2
commit
2c5f1e9244
@ -18,6 +18,11 @@ td {padding:0px 10px;}
|
||||
.spoiler{color:black;background-color:black;}
|
||||
.spoiler:hover{color:white;}
|
||||
|
||||
a.deleted {
|
||||
color:red;
|
||||
text-decoration:line-through;
|
||||
}
|
||||
|
||||
.imgur {
|
||||
border:1px solid white;
|
||||
width:90px;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user