Merge ~fabux/ubuntu-fr-doc:Fix_Numerotation_Paragrahes into ubuntu-fr-doc:master

Proposed by Fabux
Status: Merged
Merged at revision: d3f39d6758c4bdf0e2c9c37f953d33e72f540c4a
Proposed branch: ~fabux/ubuntu-fr-doc:Fix_Numerotation_Paragrahes
Merge into: ubuntu-fr-doc:master
Diff against target: 16 lines (+2/-2)
1 file modified
lib/tpl/bootstrap3/css/ubuntufr.less (+2/-2)
Reviewer Review Type Date Requested Status
YoBoY Pending
Review via email: mp+347337@code.launchpad.net

Commit message

Nouvelle modification du fichier ubuntufr.less pour bonne numérotation.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/tpl/bootstrap3/css/ubuntufr.less b/lib/tpl/bootstrap3/css/ubuntufr.less
2index b7411f2..1e3adb0 100644
3--- a/lib/tpl/bootstrap3/css/ubuntufr.less
4+++ b/lib/tpl/bootstrap3/css/ubuntufr.less
5@@ -15,9 +15,9 @@
6 }
7
8 .dw-content {
9- h2 {counter-increment: h2-counter;}
10+ h2 {counter-increment: h2-counter;counter-reset: h3-counter;}
11 h2::before {content: counter(h2-counter) ".";margin-right: 5px}
12- h3 {counter-increment: h3-counter;}
13+ h3 {counter-increment: h3-counter;counter-reset: h4-counter;}
14 h3::before {content: counter(h2-counter) "." counter(h3-counter);margin-right: 5px}
15 h4 {counter-increment: h4-counter;}
16 h4::before {content: counter(h2-counter) "." counter(h3-counter) "." counter(h4-counter);margin-right: 5px}

Subscribers

People subscribed via source and target branches

to all changes: