Вывод личного дела через класс.

This commit is contained in:
lopar
2020-07-05 21:38:13 +03:00
parent f671855131
commit 3317ab845d
2 changed files with 42 additions and 6 deletions
+9
View File
@@ -409,4 +409,13 @@ div.debug {
border:1px dashed #faf;
border-radius:5px;
padding:5px;
}
div.secretInfo {
background:#fee;
border:1px dashed #faa;
border-radius:5px;
padding:5px;
}
div.secretInfo > span {
color: #f80000;
}