Difference between revisions of "Template:Team:TU Eindhoven/Results CSS"

Line 1: Line 1:
 
<html>
 
<html>
  
 +
.resultRight {
 +
width:600px;
 +
float: right;
 +
}
 +
 +
 +
.resultLeft {
 +
width: 550px;
 +
}
 
</html>
 
</html>

Revision as of 16:11, 3 September 2015

.resultRight { width:600px; float: right; } .resultLeft { width: 550px; }