Normalize themes

This commit is contained in:
Laurent Destailleur 2012-06-23 15:44:02 +02:00
parent 6c6e542fc0
commit a34ce201b1
2 changed files with 28 additions and 27 deletions

View File

@ -1213,6 +1213,7 @@ border-right-style: solid;
border-left-width: 1px; border-left-width: 1px;
border-left-color: #BBBBBB; border-left-color: #BBBBBB;
border-left-style: solid; border-left-style: solid;
height: 20px;
} }
table.noborder td { table.noborder td {

View File

@ -1812,7 +1812,7 @@ div.titre {
font-weight: bold; font-weight: bold;
color: rgb(<?php print $colortext; ?>); color: rgb(<?php print $colortext; ?>);
text-decoration: none; text-decoration: none;
text-shadow: 2px 2px 4px #BFBFBF; text-shadow: 1px 1px 2px #CFCFCF;
} }
#dolpaymenttable { width: 600px; font-size: 13px; } #dolpaymenttable { width: 600px; font-size: 13px; }