Skip to content

Commit 21ce97e

Browse files
committed
Adjust the style so that the former wiki pages look less awful
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f930e60 commit 21ce97e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/sass/style.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ html {
22
font: 16px/1 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
33
}
44

5-
li a {
6-
font-size: .875em;
7-
}
8-
95
a {
106
color: #4B8CD2;
117
text-decoration: none;
@@ -247,7 +243,7 @@ div.version {
247243
margin-top: 0;
248244
}
249245

250-
.details p a:not(.button) {
246+
.details a:not(.button) {
251247
color: #A3CFFF;
252248
text-decoration: underline;
253249
}
@@ -307,6 +303,10 @@ div.version {
307303
text-shadow: 0 -1px rgba(0, 0, 0, 0.35);
308304
}
309305

306+
.details :is(h3, h4, p) + p {
307+
margin-top: 1em;
308+
}
309+
310310
.details .vcentercontainer:first-child {
311311
margin-right: 5%;
312312
}
@@ -356,7 +356,7 @@ body.page {
356356
text-align: center;
357357
}
358358

359-
article p,h3,ul {
359+
article > :not(h1, h2),h3,ul {
360360
margin-left: auto;
361361
margin-right: auto;
362362
width: 65%;

0 commit comments

Comments
 (0)