We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de27e5 commit b8e0951Copy full SHA for b8e0951
style/MMM-OnThisDay.css
@@ -5,11 +5,6 @@
5
* MIT Licensed.
6
*/
7
8
-/* Hide all extra children except the list */
9
-.MMM-OnThisDay .mw-parser-output > :not(ul) {
10
- display: none;
11
-}
12
-
13
/* No list dots */
14
.MMM-OnThisDay ul {
15
list-style: none;
@@ -26,23 +21,6 @@
26
21
margin-bottom: 0.5rem;
27
22
}
28
23
29
-/* Hide images, captions etc */
30
-.MMM-OnThisDay img,
31
-.MMM-OnThisDay .thumbcaption {
32
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
46
24
.MMM-OnThisDay .event-year-list {
47
25
display: flex;
48
justify-content: space-between;
0 commit comments