normalize heading CSS sizes

This commit is contained in:
Andrew Dolgov 2018-12-04 14:26:28 +03:00
parent f6e287df11
commit 7d3b5f2abd
3 changed files with 10 additions and 42 deletions

View File

@ -1,5 +1,5 @@
.cdm {
margin-right : 4px;
//margin-right : 4px;
.header, .footer {
display : table;
@ -76,17 +76,6 @@
margin : 10px;
line-height : 1.5;
font-size : 16px;
h1 {
font-size : 16px;
}
h2,
h3,
h4 {
font-size : 15px;
}
}
.intermediate img,

File diff suppressed because one or more lines are too long

View File

@ -60,16 +60,6 @@ body.ttrss_main {
height: auto;
}
h1 {
font-size : 16px;
}
h2,
h3,
h4 {
font-size : 15px;
}
p {
hyphens: auto;
}
@ -110,33 +100,22 @@ body.ttrss_main {
}
h1 {
font-size : 18px;
font-size : 20px;
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
}
h2 {
font-size : 18px;
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
}
h3, h4 {
font-size : 16px;
font-weight : 600;
border: 0px solid @color-accent-light;
border-bottom-width: 1px;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
}
h3 {
font-size : 13px;
border: 0px solid @color-accent-light;
border-bottom-width: 1px;
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
}
h4 {
font-size : 14px;
font-weight : 600;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
}