Skip to content

Commit b8e0951

Browse files
committed
Removed unnecessary styles
Not needed anymore, since the raw HTML was replaced by the event texts.
1 parent 9de27e5 commit b8e0951

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

style/MMM-OnThisDay.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
* MIT Licensed.
66
*/
77

8-
/* Hide all extra children except the list */
9-
.MMM-OnThisDay .mw-parser-output > :not(ul) {
10-
display: none;
11-
}
12-
138
/* No list dots */
149
.MMM-OnThisDay ul {
1510
list-style: none;
@@ -26,23 +21,6 @@
2621
margin-bottom: 0.5rem;
2722
}
2823

29-
/* Hide images, captions etc */
30-
.MMM-OnThisDay img,
31-
.MMM-OnThisDay .thumbcaption {
32-
display: none;
33-
}
34-
35-
/* Don't style links */
36-
.MMM-OnThisDay :link,
37-
.MMM-OnThisDay :link *,
38-
.MMM-OnThisDay b,
39-
.MMM-OnThisDay i {
40-
color: inherit !important;
41-
font-style: inherit;
42-
font-weight: inherit;
43-
text-decoration: inherit;
44-
}
45-
4624
.MMM-OnThisDay .event-year-list {
4725
display: flex;
4826
justify-content: space-between;

0 commit comments

Comments
 (0)