Remove the form thx the noprint class

This commit is contained in:
sparkyx 2007-03-21 21:44:56 +00:00
parent d37c4f3dbf
commit b4edbc6495

View file

@ -1,9 +1,14 @@
/* <style type="text/css"> */
@page { margin: 2cm; } ;
form {
display:none;
}
.noprint {
display:none;
}
div.recherche_form {
display:none;
}