replace tabs by spaces

This commit is contained in:
Denis Ryabov 2021-09-05 22:44:12 +03:00
parent b312e6d580
commit 4f233d7068
1 changed files with 5 additions and 5 deletions

View File

@ -100,19 +100,19 @@
color: #d4e1f1;
}
#jedchecker .alert pre {
margin-bottom: 0;
white-space: pre;
margin-bottom: 0;
white-space: pre;
}
/* fixes for Joomla! 3.x */
#jedchecker input[type="file"] {
height: auto;
height: auto;
}
#jedchecker .fade.show {
opacity: 1;
opacity: 1;
}
#jedchecker .collapse {
height: inherit;
height: inherit;
}
#jedchecker .tooltip > .tooltip-arrow {
border-style: none;