Skip to content

Commit d21ebb4

Browse files
committed
style.css: undo the counters bump, as we did them already.
1 parent 254e27f commit d21ebb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,19 +167,19 @@ strong {
167167
}
168168

169169
#techreps {
170-
counter-reset: pubs 51;
170+
counter-reset: pubs 50;
171171
}
172172

173173
#tutorials {
174-
counter-reset: pubs 54;
174+
counter-reset: pubs 53;
175175
}
176176

177177
#dissertation {
178-
counter-reset: pubs 57;
178+
counter-reset: pubs 56;
179179
}
180180

181181
#otherpubs {
182-
counter-reset:pubs 58;
182+
counter-reset:pubs 57;
183183
}
184184

185185
#pubs {

0 commit comments

Comments
 (0)