MediaWiki:Vector.css: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Initial table styling)
(No difference)

Revision as of 19:50, 10 September 2017

/* CSS placed here will affect users of the Vector skin */

table{
    background: #FCFCFC;
    border-collapse: collapse;
}

th{
    background-color: #d2d2d2;
    border: 1px solid black;
}

td{
    padding-left: 4px;
}