User

Difference between revisions of "Poslovitch/common.css"

< User:Poslovitch

(ça part en prod)
Line 2: Line 2:
 
#mw-content-text h2 {
 
#mw-content-text h2 {
 
   border-bottom: black solid 1px;
 
   border-bottom: black solid 1px;
}
 
 
div.tright, div.floatright, table.floatright {
 
    clear: right;
 
    float: right;
 
}
 
 
div.floatright, table.floatright {
 
    margin: 0 0 0.5em 0.5em;
 
}
 
 
div.tleft, div.floatleft, table.floatleft {
 
    clear: left;
 
    float: left;
 
}
 
 
div.floatleft, table.floatleft {
 
    margin: 0 0.5em 0.5em 0;
 
 
}
 
}

Revision as of 12:00, 15 June 2021

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