change dossier name
This commit is contained in:
parent
022dfe8630
commit
2f0c9b54c6
2 changed files with 5 additions and 3 deletions
|
|
@ -150,7 +150,7 @@ td.tool a.mtitle:hover {
|
|||
}
|
||||
#top {
|
||||
float:left;
|
||||
margin-bottom: 0.9512%;
|
||||
margin-bottom: 40px;
|
||||
width: 100%;
|
||||
}
|
||||
#module {
|
||||
|
|
@ -1158,6 +1158,8 @@ a.nav:hover,div.content a.nav:hover,div.redcontent a.nav:hover {
|
|||
width:100%;
|
||||
top:0px;
|
||||
text-align: center;
|
||||
font-variant:small-caps;
|
||||
font-weight: bolder;
|
||||
}
|
||||
div.foldercontent {
|
||||
padding:20px 30px 0px 40px;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
//see licence.txt
|
||||
?><div id="top">
|
||||
<div id="dossier">
|
||||
<H2><?php echo h(dossier::name())?></h2>
|
||||
<?php echo h(dossier::name())?>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
<div class="name">
|
||||
|
|
@ -95,4 +95,4 @@ endif;?>
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
<div style="clear:both;"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue