MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 633: Line 633:


}
}
/*----------------------------------26-06-2026-----------------------------------*/
/*----------------------------------29-06-2026-----------------------------------*/
/* Fix right-aligned author inside <poem> without affecting other pages */
.poem > .ekatra-right-author {
    float: none !important;
    clear: both;
    display: block;
    width: 100%;
    text-align: right;
}