azett af1aa7759b Revert "Merge branch 'master' of https://github.com/flatpressblog/flatpress"
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing
changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
2022-07-02 13:30:56 +02:00

19 lines
471 B
CSS

.type-attachs a {
padding-left: 25px;
background-image: url('unknown.gif');
background-repeat: no-repeat;
background-position: left center;
}
.type-images a {
padding-left: 25px;
background-image: url('image2.gif');
background-repeat: no-repeat;
background-position: left center;
}
.type-gallery a {
padding-left: 25px;
background-image: url('folder.gif');
background-repeat: no-repeat;
background-position: left center;
}