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

The projects and contributions area at dekalborama.com
Line 3: Line 3:
  * This does not seem to work.
  * This does not seem to work.
  */
  */
p {
margin: 1em;
}


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

Revision as of 23:42, 26 September 2021

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

p {
 margin: 1em;
}

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