This commit is contained in:
Laurent Destailleur 2019-10-10 22:45:04 +02:00
parent f82f4162c3
commit 5dc6e7d1a0

View File

@ -6,6 +6,11 @@ if (! defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
* Component: Info Box
* -------------------
*/
span.info-box-icon-text { /* hide box text number due to problems */
display: none;
}
.info-box {
display: block;
min-height: 90px;