mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-23 02:42:11 +03:00
Internal stylesheet: Update heading styles.
This commit is contained in:
parent
7745f224dc
commit
b688a222ee
@ -37,7 +37,11 @@ a:active {
|
||||
|
||||
h1 {
|
||||
font-size: 200%;
|
||||
font-weight: bold; }
|
||||
font-weight: bold;
|
||||
padding: 5mm;
|
||||
margin: 0;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-style: solid; }
|
||||
|
||||
h2 {
|
||||
font-size: 160%;
|
||||
@ -45,6 +49,10 @@ h2 {
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid; }
|
||||
|
||||
h1+h2 {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 140%;
|
||||
font-weight: bold; }
|
||||
|
Loading…
Reference in New Issue
Block a user