
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
19 lines
471 B
CSS
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;
|
|
}
|