User

Difference between revisions of "Poslovitch/common.css"

< User:Poslovitch

(retrait : c'est dans BlueLL maintenant)
(autre test de CSS (par WikiLucas))
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;
 
}
 
}

Revision as of 09:03, 15 June 2021

/* Splitter bar under headings */
#mw-content-text h2 {
  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;
}