I have been trying to center vertically the content of my row (part of a bootstrap grid).
I tried to use the class centered
.centered{
float: none;
margin: 0 auto;
}
See the function part here: https://dl.dropboxusercontent.com/u/164915/www/test.html#works