mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
normalize heading CSS sizes
This commit is contained in:
13
css/cdm.less
13
css/cdm.less
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user