MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(improved styling for limited banners in bannertable)
No edit summary
Line 785: Line 785:
width: 100%;
width: 100%;
max-width: 900px;
max-width: 900px;
text-align: center;
}
}


Line 790: Line 791:
width: 300px;
width: 300px;
position: relative;
position: relative;
border-right: 1px solid #f8f9fa;
}

.bannertable tr.limited .image {
border-right: 1px solid #fff2ed;
}
}