commented out Heading numbering
This commit is contained in:
parent
2237c580a1
commit
828554683b
1 changed files with 12 additions and 4 deletions
16
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css
generated
vendored
16
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css
generated
vendored
|
@ -508,30 +508,38 @@ h4{
|
|||
h5{
|
||||
counter-reset:h6
|
||||
}
|
||||
|
||||
/*commenting out this section to avoid double numbering of headings in content*/
|
||||
h2:before{
|
||||
/*
|
||||
color:rgba(0,0,0,.4);
|
||||
counter-increment:h2;
|
||||
content:counter(h2)". "
|
||||
content:counter(h2)". "*/
|
||||
}
|
||||
h3:before{
|
||||
/*
|
||||
color:rgba(0,0,0,.4);
|
||||
counter-increment:h3;
|
||||
content:counter(h2)"." counter(h3)". "
|
||||
content:counter(h2)"." counter(h3)". " */
|
||||
}
|
||||
h4:before{
|
||||
/*
|
||||
color:rgba(0,0,0,.4);
|
||||
counter-increment:h4;
|
||||
content:counter(h2)"." counter(h3)"." counter(h4)". "
|
||||
content:counter(h2)"." counter(h3)"." counter(h4)". "*/
|
||||
}
|
||||
h5:before{
|
||||
/*
|
||||
color:rgba(0,0,0,.4);
|
||||
counter-increment:h5;
|
||||
content:counter(h2)"." counter(h3)"." counter(h4)"." counter(h5)". "
|
||||
content:counter(h2)"." counter(h3)"." counter(h4)"." counter(h5)". "*/
|
||||
}
|
||||
h6:before{
|
||||
/*
|
||||
color:rgba(0,0,0,.4);
|
||||
counter-increment:h6;
|
||||
content:counter(h2)"." counter(h3)"." counter(h4)"." counter(h5)"." counter(h6)". "
|
||||
*/
|
||||
}
|
||||
h2.nocount:before,h3.nocount:before,h4.nocount:before,h5.nocount:before,h6.nocount:before{
|
||||
content:"";
|
||||
|
|
Loading…
Add table
Reference in a new issue