MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 32: Line 32:
   /* following for demo only */
   /* following for demo only */
   border: 1px solid black;
   border: 1px solid black;
  border-right: none;
   height: 100px;
   height: 100px;
}
}


/* if you wantcards tight up to left and right edges of row */
/* if you wantcards tight up to left and right edges of row */
Line 43: Line 43:
.card:last-child {
.card:last-child {
   margin-right: 0;
   margin-right: 0;
  border-right: 1px solid black;
}
}

Navigation menu