Skip to content

Commit a28b7d4

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 a28b7d4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

assets/sass/style.scss

Lines changed: 2 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
}
@@ -356,7 +352,7 @@ body.page {
356352
text-align: center;
357353
}
358354

359-
article p,h3,ul {
355+
article > :not(h1, h2),h3,ul {
360356
margin-left: auto;
361357
margin-right: auto;
362358
width: 65%;

0 commit comments

Comments
 (0)