Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "User:Makanyane/twc.css"

From TWC Wiki
Jump to navigationJump to search
(left bits back)
Line 1: Line 1:
 
/* Collapsible elements. Toggle-link moved to left.
 
/* Collapsible elements. Toggle-link moved to left.
 
/* Margin around it adjusted. */
 
/* Margin around it adjusted. */
 +
 +
.mw-collapsible table {
 +
background-color: #FF0000;
 +
 +
}
 +
  
 
.mw-collapsible span.mw-collapsible-toggle {
 
.mw-collapsible span.mw-collapsible-toggle {

Revision as of 01:02, 1 April 2020

/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */

.mw-collapsible table {
background-color: #FF0000;

}


.mw-collapsible span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}