8000 Separate link-based headings from the template. · w3c/predefined-counter-styles@23e4664 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23e4664

Browse files
committed
Separate link-based headings from the template.
1 parent 2b7a26b commit 23e4664

File tree

2 files changed

+930
-534
lines changed

2 files changed

+930
-534
lines changed

local.css

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ h3 {
112112
font-size: 0.8em;
113113
}
114114

115-
.counterstyle { margin: 20px 30px; }
115+
/* .counterstyle { margin: 20px 30px; } */
116116
/*.counterstyle code { font-family: "Lucida Console", Monaco, monospace; color: black; font-size: 12px; white-space: pre-wrap; }
117117
*/
118118
.counterstyle code { white-space: pre-wrap; text-align: start; }
@@ -124,4 +124,42 @@ h3 {
124124
.linkToAffixes {
125125
float: right;
126126
margin-inline-start: 1em;
127-
}
127+
}
128+
129+
130+
.counterstyle {
131+
margin-block-start: 0;
132+
margin-inline: 2.4rem;
133+
}
134+
135+
136+
.name {
137+
margin-block-start: 4em;
138+
margin-block-end: 0;
139+
}
140+
.name a {
141+
font-size: 2em;
142+
text-decoration: none;
143+
}
144+
145+
146+
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+

0 commit comments

Comments
 (0)
0