normalize heading CSS sizes
This commit is contained in:
parent
f6e287df11
commit
7d3b5f2abd
13
css/cdm.less
13
css/cdm.less
|
@ -1,5 +1,5 @@
|
||||||
.cdm {
|
.cdm {
|
||||||
margin-right : 4px;
|
//margin-right : 4px;
|
||||||
|
|
||||||
.header, .footer {
|
.header, .footer {
|
||||||
display : table;
|
display : table;
|
||||||
|
@ -76,17 +76,6 @@
|
||||||
margin : 10px;
|
margin : 10px;
|
||||||
line-height : 1.5;
|
line-height : 1.5;
|
||||||
font-size : 16px;
|
font-size : 16px;
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size : 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4 {
|
|
||||||
font-size : 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.intermediate img,
|
.intermediate img,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -60,16 +60,6 @@ body.ttrss_main {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size : 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4 {
|
|
||||||
font-size : 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
@ -110,33 +100,22 @@ body.ttrss_main {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size : 18px;
|
font-size : 20px;
|
||||||
font-weight : 600;
|
font-weight : 600;
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
font-family : @fonts-ui;
|
font-family : @fonts-ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
font-size : 18px;
|
||||||
|
font-weight : 600;
|
||||||
|
text-rendering: optimizelegibility;
|
||||||
|
font-family : @fonts-ui;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3, h4 {
|
||||||
font-size : 16px;
|
font-size : 16px;
|
||||||
font-weight : 600;
|
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;
|
text-rendering: optimizelegibility;
|
||||||
font-family : @fonts-ui;
|
font-family : @fonts-ui;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue