User
Difference between revisions of "Poslovitch/common.css"
< User:Poslovitch
Poslovitch (talk | contribs) |
Poslovitch (talk | contribs) |
||
Line 10: | Line 10: | ||
#mw-content-text table.wikitable th.headerSort { | #mw-content-text table.wikitable th.headerSort { | ||
− | padding: | + | padding-right: 1.25em; |
} | } |
Revision as of 08:15, 15 June 2021
/* Splitter bar under headings */
#mw-content-text h2 {
border-bottom: black solid 1px;
}
#mw-content-text table.wikitable tr > * {
border:1px solid grey;
padding:.2em .5em .2em .5em;
}
#mw-content-text table.wikitable th.headerSort {
padding-right: 1.25em;
}