Вынос стилей в отдельный файл

This commit is contained in:
Igor Barkov [iwork]
2018-12-12 13:59:29 +02:00
parent d5bc6c59fc
commit f5f7beaf5d
4 changed files with 360 additions and 365 deletions
+3 -3
View File
@@ -543,7 +543,7 @@ div.effectList > div > [action] {
font-weight: bold;
font-size: 12pt;
color: #8F0000;
font-family: Arial;
font-family: Arial, serif;
text-align: center;
}
@@ -1027,9 +1027,9 @@ table.zebra tr:nth-child(even) {
background-color: #D5D5D5;
}
legend {
legend, .legend {
color: dimgray;
font-family: consolas, sans-serif;
font-size: 18px;
margin-top: 10px;
}
}