diff --git a/html/style-color.css b/html/style-color.css
index 4be4fdca2..c4c9be815 100644
--- a/html/style-color.css
+++ b/html/style-color.css
@@ -936,7 +936,7 @@ width:5%
}
h2#jrn_name
{
- margin-left:30%;
+ margin-right:30%;
}
tr.footer{
diff --git a/html/style-light.css b/html/style-light.css
index 46d7f7d6f..e04e9f4c1 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -971,7 +971,9 @@ width:5%
}
h2#jrn_name
{
- margin-right:50%;
+ padding:0 ;
+ margin:0;
+
float:right;
font-size:18;
display: inline;
diff --git a/html/style.css b/html/style.css
index 57178b8b8..f87862a4c 100644
--- a/html/style.css
+++ b/html/style.css
@@ -965,7 +965,7 @@ background:white;
}
h2#jrn_name
{
- margin-left:30%;
+ margin-right:30%;
float: right;
}
diff --git a/include/compta_fin.inc.php b/include/compta_fin.inc.php
index c441f6de3..39eb3ccdf 100644
--- a/include/compta_fin.inc.php
+++ b/include/compta_fin.inc.php
@@ -169,6 +169,8 @@ if ( $def == 1 )
exit();
}
+exit();
+
//--------------------------------------------------------------------------------
// Show the listing
//--------------------------------------------------------------------------------