Dotclear

Changeset 2352:7e37be532eea


Ignore:
Timestamp:
10/13/13 19:44:24 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
2.6
Message:

Réglage des marges sur les two-cols et les three-cols.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2351 r2352  
    169169     text-align: left; 
    170170     } 
     171.two-boxes:nth-of-type(odd), .three-boxes:nth-of-type(3n+1) { 
     172     margin-left: 0; 
     173     } 
     174.two-boxes:nth-of-type(even), .three-boxes:nth-of-type(3n) { 
     175     margin-right: 0; 
     176     } 
    171177/* ---------------------------------------------------------------- layout: popups */ 
    172178.popup h1 { 
  • locales/fr/help/index.html

    r2298 r2352  
    5656<div class="multi-part" id="users-doc" title="Documentation utilisateurs"> 
    5757     <h3>Documentation pour les utilisateurs</h3> 
    58      <div class="three-boxes first-child"> 
     58     <div class="three-boxes"> 
    5959          <h4 class="pretty-title">Alimentation du blog</h4> 
    6060               <ul class="from-left"> 
     
    8686               </ul> 
    8787     </div> 
    88      <div class="three-boxes last-child fieldset"> 
     88     <div class="three-boxes fieldset"> 
    8989               <h4 class="smart-title">Lectures complémentaires</h4> 
    9090                    <h5>Glossaire</h5> 
     
    104104     <div class="multi-part" id="admin-doc" title="Documentation administrateurs"> 
    105105     <h3>Documentation pour les administrateurs</h3> 
    106           <div class="three-boxes first-child"> 
     106          <div class="three-boxes"> 
    107107          <h4 class="pretty-title">Installation et mise à jour</h4> 
    108108               <ul class="from-left"> 
     
    143143               </ul> 
    144144          </div> 
    145           <div class="three-boxes last-child"> 
     145          <div class="three-boxes"> 
    146146               <h4 class="pretty-title">Gestion et maintenance</h4> 
    147147               <ul class="from-left"> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map