new header styles

This commit is contained in:
Roland Gruber 2010-07-29 20:34:08 +00:00
parent 4e33c9948e
commit 007eeb8f6a
1 changed files with 15 additions and 0 deletions

View File

@ -64,6 +64,11 @@ a img {
border: 0px;
}
a.lamHeader {
color:black;
text-decoration:none;
}
fieldset {
background-color:#fff3c8;
border:1px solid #af8800;
@ -74,6 +79,16 @@ legend {
color:blue;
}
img.align-middle {
vertical-align: middle;
}
table.lamHeader {
background-image: url(lam-images/headerLine.png);
padding: 0px;
margin: 0px;
}
tr.highlight {
border-color: red;
border-style: dotted;