diff --git a/foundation.gnome.org/about/bylaws.css b/foundation.gnome.org/about/bylaws.css index 7c21c6b..259d037 100644 --- a/foundation.gnome.org/about/bylaws.css +++ b/foundation.gnome.org/about/bylaws.css @@ -1,23 +1,24 @@ body { - counter-reset: mySectionCounter, mySubSectionCounter; - } - h1 { - counter-increment: mySectionCounter; - counter-reset: mySubSectionCounter; - } - h1:after { + counter-reset: mySectionCounter; } + h1:before { + counter-increment: mySectionCounter; content: 'ARTICLE ' counter(mySectionCounter, upper-roman) ' - '; } - h5:after { + h1 { + counter-reset: mySubSectionCounter; } - h2 { - counter-increment: mySubSectionCounter; + h1:after { } h2:before { + counter-increment: mySubSectionCounter; content: 'Section ' counter(mySectionCounter, decimal) '.' counter(mySubSectionCounter, decimal) ': '; } + + h2 { + } + diff --git a/foundation.gnome.org/about/bylaws.html b/foundation.gnome.org/about/bylaws.html index 5eb7cb0..fd9bd58 100644 --- a/foundation.gnome.org/about/bylaws.html +++ b/foundation.gnome.org/about/bylaws.html @@ -8,29 +8,30 @@