* Each subsequent use of "Multiple Lines Per Style" shifts the opening curly brace further to the right:
Code:
.test {
text-align: center;
}
* After using "Multiple" a few times, try "Single" – you'll see that the extra spaces are still there:
Code:
.test {text-align:center;}