- Improvement: made it so that by default, images have no borders.

4.4.x
Dries Buytaert 2003-12-22 15:27:13 +00:00
parent 0439e3495c
commit d26711ec7f
1 changed files with 4 additions and 4 deletions

View File

@ -13,6 +13,9 @@ fieldset {
margin-bottom: 1em;
padding: .5em;
}
img {
border: 0;
}
#tracker table {
border-collapse: collapse;
}
@ -142,9 +145,6 @@ fieldset {
padding-left: 0.25em;
clear: right;
}
.item-list .icon img {
border: 0;
}
.item-list .icon a {
color: #000;
text-decoration: none;