User:JFletcher/vector.css: Difference between revisions

float:right;
(Making left column of main page relative width - Fixed width annoys me in multiple ways, depending on what monitor/device I'm using, and it's just plain ugly amongst the design of the rest of this site)
(float:right;)
Line 31: Line 31:
}
}
/* Now with relative width back, fixing background for when I'm using a smaller resolution */
/* Now with relative width back, fixing background for when I'm using a smaller resolution */
#mf-left,
#mf-left+div[style="float: left; vertical-align:top; width: 300px;"]
#mf-left+div[style="float: left; vertical-align:top; width: 300px;"]
{
{
   background-color: #FFF;
   background-color: #FFF;
  float:right;
}
}