Jump to content

MediaWiki:Common.css: Difference between revisions

Line 7: Line 7:
/* --- VoteNY: render as 👍1 --- */
/* --- VoteNY: render as 👍1 --- */
.vote-box {
.vote-box {
   background: transparent;  /* remove green box */
   background-color: transparent;  /* remove green box */
   width: auto;
   width: auto;
   height: auto;
   height: auto;
   padding: 0;
   padding: 0;
   display: inline-flex;
   display: block;
   align-items: center;
   align-items: center;
}
}