mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Use <ins> and <del>
This commit is contained in:
parent
7473c0cb42
commit
04ad964983
@ -88,11 +88,11 @@ getContent sid2 snap = do
|
||||
<td align=right>
|
||||
<a href=@{packageUrl name1 pkgname old}#changes>
|
||||
#{common}#
|
||||
<span style="background-color: #fcc">#{left}
|
||||
<del style="background-color: #fcc">#{left}
|
||||
<td>
|
||||
<a href=@{packageUrl name2 pkgname new}#changes>
|
||||
#{common}#
|
||||
<span style="background-color: #cfc">#{right}
|
||||
<ins style="background-color: #cfc">#{right}
|
||||
$nothing
|
||||
<td align=right>
|
||||
<a href=@{packageUrl name1 pkgname old}#changes>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user