User

Difference between revisions of "Poslovitch/common.css"

< User:Poslovitch

(retrait : c'est dans BlueLL maintenant)
Line 2: Line 2:
 
#mw-content-text h2 {
 
#mw-content-text h2 {
 
   border-bottom: black solid 1px;
 
   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;
 
 
}
 
}

Revision as of 08:25, 15 June 2021

/* Splitter bar under headings */
#mw-content-text h2 {
  border-bottom: black solid 1px;
}