Fixed delete on indexes

This commit is contained in:
frederikpyt
2020-06-30 08:23:07 +02:00
parent c803d12299
commit 2562c69c36
10 changed files with 83 additions and 21 deletions
+10
View File
@@ -1,3 +1,13 @@
.hide {
display: block !important;
}
.nostyle {
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
outline: 0 !important;
font-size: 100% !important;
vertical-align: baseline !important;
background: transparent !important;
}