MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 279: Line 279:
   position: relative;
   position: relative;
}
}
.external-link-icon {
    display: inline-block; /* Display the icon next to the title */
    width: 20px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    margin-left: 10px; /* Space between the title and icon */
}
.external-link-icon img {
    width: 100%;
    height: auto;
}
.image-container {
.image-container {
     position: relative;
     position: relative;

Navigation menu