revert font-size to 500 for Headings and ToC (site.min.css) !publish!
This commit is contained in:
parent
579c7c4a16
commit
f20d934f0a
1 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
THIS IS BASED ON THE DOTAWO CUSTOMIZATION
|
THIS IS BASED ON THE DOTAWO CUSTOMIZATION
|
||||||
INCLUDING MODIFICATIONS:
|
INCLUDING MODIFICATIONS:
|
||||||
- Use original Sandpoints fonts
|
- Use original Sandpoints fonts / revert to original font weight
|
||||||
- EDIT table: add vert line to the right
|
- EDIT table: add vert line to the right
|
||||||
- ADD figcaption
|
- ADD figcaption
|
||||||
- EDIT pre (font scale, line wrapping)
|
- EDIT pre (font scale, line wrapping)
|
||||||
|
@ -164,8 +164,6 @@ td:not([align]),th:not([align]){
|
||||||
/* END FONTS */
|
/* END FONTS */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
html{
|
html{
|
||||||
line-height:1.5
|
line-height:1.5
|
||||||
}
|
}
|
||||||
|
@ -383,7 +381,7 @@ ol li{
|
||||||
#TableOfContents li a{
|
#TableOfContents li a{
|
||||||
font-family: vollkorn; /*gentium plus;*/
|
font-family: vollkorn; /*gentium plus;*/
|
||||||
font-size:1.4rem;
|
font-size:1.4rem;
|
||||||
font-weight:700
|
font-weight:500;/*700;*/
|
||||||
}
|
}
|
||||||
.counters{
|
.counters{
|
||||||
color:rgba(0,0,0,.4)
|
color:rgba(0,0,0,.4)
|
||||||
|
@ -442,23 +440,23 @@ h1{
|
||||||
display:none
|
display:none
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
font-weight:700;
|
font-weight: 500;/*700;*/
|
||||||
font-size:1.6rem
|
font-size:1.6rem
|
||||||
}
|
}
|
||||||
h3{
|
h3{
|
||||||
font-weight:700;
|
font-weight: 500;/*700;*/
|
||||||
font-size:1.4rem
|
font-size:1.4rem
|
||||||
}
|
}
|
||||||
h4{
|
h4{
|
||||||
font-weight:700;
|
font-weight: 500;/*700;*/
|
||||||
font-size:1.2rem
|
font-size:1.2rem
|
||||||
}
|
}
|
||||||
h5{
|
h5{
|
||||||
font-weight:700;
|
font-weight: 500;/*700;*/
|
||||||
font-size:1.1rem
|
font-size:1.1rem
|
||||||
}
|
}
|
||||||
h6{
|
h6{
|
||||||
font-weight:700;
|
font-weight:500;/*700;*/
|
||||||
font-size:1rem
|
font-size:1rem
|
||||||
}
|
}
|
||||||
.abstract{
|
.abstract{
|
||||||
|
|
Loading…
Add table
Reference in a new issue