MediaWiki:Common.css: Difference between revisions

From Boolean
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:


tr.divider {
tr.divider {
     border-bottom-style: solid;
     border-bottom: 1px solid black;
}
}

Revision as of 14:17, 18 January 2019

/* CSS placed here will be applied to all skins */
table {
   border-collapse: collapse;
   padding: 1em 0 1em 0;
}

table td,table th {
   border: 1px solid black;
   text-align: center;
}

table td {
   border-top-style: none;
   border-bottom-style: none;
}

tr.divider {
    border-bottom: 1px solid black;
}