MediaWiki:Common.css: Difference between revisions

126 bytes added ,  16:47, 3 December 2023
add .todo
(collapse float-rights together)
(add .todo)
Line 172: Line 172:
     font-size: 85%;
     font-size: 85%;
     text-transform: uppercase;
     text-transform: uppercase;
}
.todo {
background-color: gray;
color: white;
}
.todo:first-child:last-child {
display: inline-block;
padding: 0.5em;
}
}