MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,059:
 
 
/* Force links inside the 'read' pill to inherit color and allow wrapping */
.read-pill a,
.read-pill a:visited {
color: #202122 !important;
text-decoration: none;
white-space: nowrap; /* Ensures the link itself can wrap */
line-height: 1 !important; /* Force the link to be exactly the height of the font */
display: inline-block; /* Allows the link to respect the height of the pill */
vertical-align: top; /* Keeps the text from sinking to the bottom */
}