Skip to content
Extraits de code Groupes Projets
Valider 0f2c0743 rédigé par Antoine Pitrou's avatar Antoine Pitrou
Parcourir les fichiers

bug plan du site (thomas noel)

parent 2cb73d3e
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -203,8 +203,6 @@ ...@@ -203,8 +203,6 @@
background-color: #e0ffe0; background-color: #e0ffe0;
text-align:center; text-align:center;
} }
.plan-rubriques {
}
.plan-rubriques { .plan-rubriques {
clear: left; clear: left;
display: block; display: block;
...@@ -217,6 +215,7 @@ ...@@ -217,6 +215,7 @@
font-weight: bold; font-weight: bold;
} }
.plan-articles { .plan-articles {
clear: left;
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 1em; margin-bottom: 1em;
list-style: square; list-style: square;
......
...@@ -79,7 +79,18 @@ ...@@ -79,7 +79,18 @@
<h2 class="structure">Articles</h2> <h2 class="structure">Articles</h2>
<B_articles_racine>
<ul class="plan-articles">
<BOUCLE_articles_racine(ARTICLES) {id_rubrique} {par titre}>
<li class="plan-article"><a href="#URL_ARTICLE">#TITRE</a></li>
</BOUCLE_articles_racine>
</ul>
</B_articles_racine>
<B_rubriques> <B_rubriques>
<ul class="plan-rubriques"> <ul class="plan-rubriques">
<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par titre}> <BOUCLE_rubriques(RUBRIQUES) {id_parent} {par titre}>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter