minor modifs in CSS

This commit is contained in:
tipaul 2004-05-06 14:52:23 +00:00
parent 703eca0aa5
commit 2909e90634

View file

@ -1,5 +1,5 @@
body { body {
font-family:verdana,arial,helvetica; font-family:arial,helvetica;
font-size:10pt; font-size:10pt;
margin:0px; margin:0px;
padding:0px; padding:0px;
@ -53,10 +53,6 @@ label100 {
background-color:#FFFFFF; background-color:#FFFFFF;
background-image:url("/intranet-tmpl/default/images/background-mem.gif"); background-image:url("/intranet-tmpl/default/images/background-mem.gif");
} }
th {
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
text-align: center;
}
/* TABLES */ /* TABLES */
table { table {
@ -78,7 +74,7 @@ th {
font-weight:bold; font-weight:bold;
text-align:center; text-align:center;
border:1px solid #000000; border:1px solid #000000;
padding:5px; padding:0px;
} }
/* standard cell */ /* standard cell */
td { td {
@ -191,7 +187,6 @@ a:hover {
} }
a.submenu { a.submenu {
font-weight: normal;
text-decoration: none; text-decoration: none;
cursor: hand; cursor: hand;
color:#777777; color:#777777;
@ -200,7 +195,6 @@ a.submenu {
margin:0; margin:0;
} }
a.submenu:hover { a.submenu:hover {
font-weight: normal;
text-decoration: none; text-decoration: none;
cursor: hand; cursor: hand;
color:#777777; color:#777777;
@ -211,7 +205,6 @@ a.submenu:hover {
} }
a.submenu2 { a.submenu2 {
font-weight: normal;
text-decoration: none; text-decoration: none;
cursor: hand; cursor: hand;
color:#777777; color:#777777;
@ -220,7 +213,6 @@ a.submenu2 {
margin:0; margin:0;
} }
a.submenu2:hover { a.submenu2:hover {
font-weight: normal;
text-decoration: none; text-decoration: none;
cursor: hand; cursor: hand;
color:#777777; color:#777777;