1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-19 04:41:25 +02:00

Replace deprecated <acronym> with <abbr>

This commit is contained in:
Peter Knut
2024-09-06 23:33:01 +02:00
committed by Jakub Vrana
parent 2189947c43
commit 6d848bf165
3 changed files with 15 additions and 15 deletions

View File

@@ -374,7 +374,7 @@ thead td, thead th {
padding: 7px 2px;
}
thead td acronym, thead td sup, thead th acronym, thead th sup {
thead td abbr, thead td sup, thead th acronym, thead th sup {
color: #cdf
}