Según el ejemplo:
Código CSS:
Ver originaldiv.f:before {
content:"";
float:left;
height:0;
width:0;
border-top:100px solid green;
border-right:100px solid transparent;
}
Con aumentar el valor de border-right se vuelve más ancho. Ponlo a 200px por ejemplo para que veas el cambio.