1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

basic img reset

This commit is contained in:
marj 2009-07-17 15:01:05 +00:00
parent 161a643883
commit fb02636ebf
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ a:hover {
text-decoration: underline;
}
img { border:0; vertical-align:top; }
#header {
background-image : url(images/header.png);
background-repeat: repeat-x;

View File

@ -5,6 +5,8 @@ body {
font: 10px verdana, arial, sans-serif
}
img { border:0; vertical-align:top; }
#logo {
background-image: url(images/logo4.jpg);
border: 1px solid #999;