Difference between revisions of "User:Daniel Carrero/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 1: Line 1:
 +
/* Collapsible tree in [[1350: Lorenz]] */
 +
 
table.branch span.collapseButton
 
table.branch span.collapseButton
 
{
 
{
   float: left
+
   float: left;
 +
  margin-left: 0px;
 +
  margin-right: 3px;
 
}
 
}

Revision as of 12:02, 5 April 2014

/* Collapsible tree in [[1350: Lorenz]] */

table.branch span.collapseButton
{
   float: left;
   margin-left: 0px;
   margin-right: 3px;
}