Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.quicklogs__content-sub {
padding: 10px 10px 0;
}
#contentSub .link,
.mw-contributions-user-tools .link {
text-decoration: line-through;
}
.quicklogs, #quicklogs-ul a {
cursor: pointer;
}
#quicklogs-ul b, .quicklogs-group-diff {
font-weight: bold;
}
.quicklogs.selected {
color: inherit;
font-weight: bold;
cursor: default;
}
.quicklogs.selected:hover {
text-decoration: none;
}
#quicklogs-ul {
border: 1px solid rgb(204, 204, 204);
padding: 10px;
overflow-y: auto;
max-height: 300px;
margin: 10px 0
}
#quicklogs-head {
font-size: 16px;
margin-bottom: 5px;
}
#quicklogs-container ul {
list-style-type: square;
margin-left: 20px;
font-size: 13px;
}