1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

Backward compatibility css

This commit is contained in:
Cameron 2021-01-02 12:28:32 -08:00
parent dd184a024c
commit 8d0af7cf46

View File

@ -87,4 +87,9 @@ table.table { width: 100% }
margin: 0;
overflow: visible;
clip: auto;
}
}
.mt-0 { margin-top: 0 }
.mb-0 { margin-bottom: 0 }
.mt-3 { margin-top: 1rem !important; }
.d-flex { display: flex !important; }