- Removed the "img { border: 0; }"s from the CSS files as this is now part of

drupal.css.
4.4.x
Dries Buytaert 2003-12-22 15:31:54 +00:00
parent d26711ec7f
commit 8f226513b4
4 changed files with 0 additions and 12 deletions

View File

@ -34,9 +34,6 @@ pre {
li {
padding-bottom: .3em;
}
img {
border: 0;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: .25em;
}

View File

@ -27,9 +27,6 @@ p {
margin: 0 1em 1em 0;
padding: 0;
}
img {
border-width: 0;
}
table {
font-size: 1em;
}

View File

@ -36,9 +36,6 @@ p {
margin: 0 1em 1em 0;
padding: 0;
}
img {
border-width: 0;
}
table {
font-size: 1em;
}

View File

@ -52,9 +52,6 @@ p {
margin: 0 0 .5em 0;
padding: 0;
}
img {
border-width: 0;
}
pre {
background-color: #eee;
padding: 0.75em 1.5em;