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

Line 9: Line 9:
 
.resultLeft {
 
.resultLeft {
 
width: 550px;
 
width: 550px;
 +
}
 +
 +
.activiteitChecklist {
 +
font-family: Aleo_Regular, Arial, sans-serif;
 +
font-size:20px;
 +
align:center;
 +
}
 +
 +
.activiteitlijstChecklist{
 +
list-style-type:none;
 +
list-style-image:none;
 +
color:#cd7f32;
 
}
 
}
 
</html>
 
</html>

Revision as of 09:27, 4 September 2015

.resultRight { width:600px; float: right; } .resultLeft { width: 550px; } .activiteitChecklist { font-family: Aleo_Regular, Arial, sans-serif; font-size:20px; align:center; } .activiteitlijstChecklist{ list-style-type:none; list-style-image:none; color:#cd7f32; }