MediaWiki:Resources/landingpage.css: Difference between revisions

Content deleted Content added
Awight (WMF) (talk | contribs)
hide the "blue box"
Hide non-monthly capable payment methods on monthly forms (prep)
Line 62:
left: auto !important;
right: 0 !important;
}
 
/* Hide non-monthly capable payment methods on monthly forms */
.form-monthly .not-monthly-capable {
display: none;
}
</style>