Difference between revisions of "MediaWiki:Gadget-site.css"

The projects and contributions area at dekalborama.com
(Replaced content with "→‎* Per MediaWiki.org we can address master css changes here. * This does not seem to work.: .bigbullet { margin: 0px, 50px, 50px, 0px; }")
Tag: Replaced
Line 5: Line 5:


.bigbullet {
.bigbullet {
  margin: 0px, 50px, 50px, 0px;
  margin: 0px 50px 50px 0px;
}
}

Revision as of 23:40, 26 September 2021

/*
 * Per MediaWiki.org we can address master css changes here.
 * This does not seem to work.
 */

.bigbullet {
 margin: 0px 50px 50px 0px;
}