MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 664: | Line 664: | ||
#p-jake-recentchanges .jake-rc-item{ | #p-jake-recentchanges .jake-rc-item{ | ||
margin: 0; | margin: 0; | ||
padding: | padding: 2px 0; | ||
} | } | ||
| Line 670: | Line 670: | ||
display: block; | display: block; | ||
text-decoration: none; | text-decoration: none; | ||
line-height: 1.15; | |||
} | } | ||
#p-jake-recentchanges .jake-rc-meta{ | #p-jake-recentchanges .jake-rc-meta{ | ||
margin-top: | margin-top: 0; | ||
font-size: 0.85em; | font-size: 0.85em; | ||
line-height: 1.1; | |||
opacity: 0.75; | opacity: 0.75; | ||
color: var(--color-base, #202122); | color: var(--color-base, #202122); | ||
| Line 680: | Line 682: | ||
#p-jake-recentchanges .jake-rc-more{ | #p-jake-recentchanges .jake-rc-more{ | ||
padding-top: | padding-top: 4px; | ||
margin-top: | margin-top: 4px; | ||
border-top: 1px solid var(--border-color-subtle, #eaecf0); | border-top: 1px solid var(--border-color-subtle, #eaecf0); | ||
} | } | ||
| Line 688: | Line 690: | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||