User

Difference between revisions of "Poslovitch/common.css"

< User:Poslovitch

Line 16: Line 16:
 
     clear: left;
 
     clear: left;
 
     float: left;
 
     float: left;
 +
}
 +
 +
div.floatleft, table.floatleft {
 +
    margin: 0 0.5em 0.5em 0;
 
}
 
}

Revision as of 09:11, 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;
}

div.tleft, div.floatleft, table.floatleft {
    clear: left;
    float: left;
}

div.floatleft, table.floatleft {
    margin: 0 0.5em 0.5em 0;
}